#BB8F27

Color #BB8F27 Nugget (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nugget #BB8F27

Tints of Nugget #BB8F27

Color information

#BB8F27 (or 0xBB8F27) is unknown color: approx Nugget. HEX triplet: BB, 8F and 27. RGB value is (187,143,39). Sum of RGB (Red+Green+Blue) = 187+143+39=369 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.68% from 369); Green value is 143 (56.25% from 255 or 38.75% from 369); Blue value is 39 (15.62% from 255 or 10.57% from 369); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8F27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB8F27 is #4470D8. Grayscale: #909090. Windows color (decimal): -4485337 or 2592699. OLE color: 2592699.

HSL color Cylindrical-coordinate representation of color #BB8F27: hue angle of 42.16º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB8F27 is Cyan = 0, Magento = 0.24, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB18714339-
CMYK00.240.790.27
HSL42.16º65.49%44.31%-
HSV(B)42.16º79.14%73.33%-
XYZ30.6830.366.16-
YUV144.368.58158.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 50.68%
GREEN value IS 143 (56.25% from 255) = 38.75%
BLUE value IS 39 (15.62% from 255) = 10.57%
R=50.68%
G=38.75%
B=10.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871433900.240.790.2742.1665.4944.31
HexBB8F270184F1B2a412c
Octal27321747030117335210154
Binary10111011100011111001110110001001111110111010101000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8F27; }

 p { color: rgb(187,143,39); }

 H1.HeaderClassName
 {
   color: #BB8F27;
 }
 .AnyTagClassName
 {
   color: #BB8F27;
 }
</style>
background-color css

<style>
 a { background-color: #BB8F27; }

 a { background-color: rgb(187,143,39); }

 div.DivClassName
 {
   background-color: #BB8F27;
 }
 .BgClassName
 {
   background-color: #BB8F27;
 }
</style>
border-color css

<style>
 span { border-color: #BB8F27; }

 span { border-color: rgb(187,143,39); }

 td.TdClassName
 {
   border-color: #BB8F27;
 }
 .TagClassName
 {
   border-color: #BB8F27;
 }
</style>