Html Css Color HEX #BB8C18 Dark Goldenrod

📋 copy color: '#BB8C18'

red 187 ◦ green 140 ◦ blue 24

#BB8C18
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #BB8C18

Tints of Dark Goldenrod #BB8C18

RGB

 RED value IS 187 (73.44% from 255) = 53.28%

 GREEN value IS 140 (55.08% from 255) = 39.89%

 BLUE value IS 24 (9.77% from 255) = 6.84%

R = 53.28%
G = 39.89%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BB8C18 (or 0xBB8C18) is known color: Dark Goldenrod. HEX triplet: BB, 8C and 18. RGB value is (187,140,24). Sum of RGB (Red+Green+Blue) = 187+140+24=351 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.28% from 351); Green value is 140 (55.08% from 255 or 39.89% from 351); Blue value is 24 (9.77% from 255 or 6.84% from 351); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8C18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8C18 is #4473E7. Grayscale: #8D8D8D. Windows color (decimal): -4486120 or 1608891. OLE color: 1608891.

HSL color Cylindrical-coordinate representation of color #BB8C18: hue angle of 42.7º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB8C18 is Cyan = 0, Magento = 0.25, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 140 24 -
CMYK 0 0.25 0.87 0.27
HSL 42.7º 0.77% 0.41% -
HSV(B) 42.7º 0.87% 0.73% -
XYZ 30.04 29.39 4.95 -
YUV 140.83 62.07 160.93 -
System Red Green Blue C M Y K H S L
Decimal 187 140 24 0 0.25 0.87 0.27 42.7 0.77 0.41
Hex BB 8C 18 0 19 57 1B 2B 4D 29
Octal 273 214 30 0 31 127 33 53 115 51
Binary 10111011 10001100 11000 0 11001 1010111 11011 101011 1001101 101001

Color Harmonies of #BB8C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8C18

Black with #BB8C18

Text Example


Text Example

White with #BB8C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8C18; }

 p { color: rgb(187,140,24); }

 H1.HeaderClassName
 {
   color: #BB8C18;
 }
 .AnyTagClassName
 {
   color: #BB8C18;
 }
</style>

background-color css

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

 a { background-color: rgb(187,140,24); }

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

border-color css

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

 span { border-color: rgb(187,140,24); }

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