Html Css Color HEX #BB8117 Dark Goldenrod

📋 copy color: '#BB8117'

red 187 ◦ green 129 ◦ blue 23

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

Shades of Dark Goldenrod #BB8117

Tints of Dark Goldenrod #BB8117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.78%

R = 55.16%
G = 38.05%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BB8117 (or 0xBB8117) is known color: Dark Goldenrod. HEX triplet: BB, 81 and 17. RGB value is (187,129,23). Sum of RGB (Red+Green+Blue) = 187+129+23=339 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.16% from 339); Green value is 129 (50.78% from 255 or 38.05% from 339); Blue value is 23 (9.38% from 255 or 6.78% from 339); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8117 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8117 is #447EE8. Grayscale: #868686. Windows color (decimal): -4488937 or 1540539. OLE color: 1540539.

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

Color convert

RGB 187 129 23 -
CMYK 0 0.31 0.88 0.27
HSL 38.78º 0.78% 0.41% -
HSV(B) 38.78º 0.88% 0.73% -
XYZ 28.5 26.33 4.39 -
YUV 134.26 65.22 165.62 -
System Red Green Blue C M Y K H S L
Decimal 187 129 23 0 0.31 0.88 0.27 38.78 0.78 0.41
Hex BB 81 17 0 1F 58 1B 27 4E 29
Octal 273 201 27 0 37 130 33 47 116 51
Binary 10111011 10000001 10111 0 11111 1011000 11011 100111 1001110 101001

Color Harmonies of #BB8117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8117

Black with #BB8117

Text Example


Text Example

White with #BB8117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8117; }

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

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

background-color css

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

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

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

border-color css

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

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

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