Html Css Color HEX #BB8118 Dark Goldenrod

📋 copy color: '#BB8118'

red 187 ◦ green 129 ◦ blue 24

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

Shades of Dark Goldenrod #BB8118

Tints of Dark Goldenrod #BB8118

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.94%

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

R = 55%
G = 37.94%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BB8118 (or 0xBB8118) is known color: Dark Goldenrod. HEX triplet: BB, 81 and 18. RGB value is (187,129,24). Sum of RGB (Red+Green+Blue) = 187+129+24=340 (45% of max value = 765). Red value is 187 (73.44% from 255 or 55% from 340); Green value is 129 (50.78% from 255 or 37.94% from 340); Blue value is 24 (9.77% from 255 or 7.06% from 340); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8118 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8118 is #447EE7. Grayscale: #868686. Windows color (decimal): -4488936 or 1606075. OLE color: 1606075.

HSL color Cylindrical-coordinate representation of color #BB8118: hue angle of 38.65º 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 #BB8118 is Cyan = 0, Magento = 0.31, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 129 24 -
CMYK 0 0.31 0.87 0.27
HSL 38.65º 0.77% 0.41% -
HSV(B) 38.65º 0.87% 0.73% -
XYZ 28.51 26.33 4.44 -
YUV 134.37 65.72 165.54 -
System Red Green Blue C M Y K H S L
Decimal 187 129 24 0 0.31 0.87 0.27 38.65 0.77 0.41
Hex BB 81 18 0 1F 57 1B 27 4D 29
Octal 273 201 30 0 37 127 33 47 115 51
Binary 10111011 10000001 11000 0 11111 1010111 11011 100111 1001101 101001

Color Harmonies of #BB8118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8118

Black with #BB8118

Text Example


Text Example

White with #BB8118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8118; }

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

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

background-color css

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

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

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

border-color css

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

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

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