Html Css Color HEX #BB8B17 Dark Goldenrod

📋 copy color: '#BB8B17'

red 187 ◦ green 139 ◦ blue 23

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

Shades of Dark Goldenrod #BB8B17

Tints of Dark Goldenrod #BB8B17

RGB

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

 GREEN value IS 139 (54.69% from 255) = 39.83%

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

R = 53.58%
G = 39.83%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BB8B17 (or 0xBB8B17) is known color: Dark Goldenrod. HEX triplet: BB, 8B and 17. RGB value is (187,139,23). Sum of RGB (Red+Green+Blue) = 187+139+23=349 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.58% from 349); Green value is 139 (54.69% from 255 or 39.83% from 349); Blue value is 23 (9.38% from 255 or 6.59% from 349); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8B17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8B17 is #4474E8. Grayscale: #8C8C8C. Windows color (decimal): -4486377 or 1543099. OLE color: 1543099.

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

Color convert

RGB 187 139 23 -
CMYK 0 0.26 0.88 0.27
HSL 42.44º 0.78% 0.41% -
HSV(B) 42.44º 0.88% 0.73% -
XYZ 29.88 29.09 4.85 -
YUV 140.13 61.9 161.43 -
System Red Green Blue C M Y K H S L
Decimal 187 139 23 0 0.26 0.88 0.27 42.44 0.78 0.41
Hex BB 8B 17 0 1A 58 1B 2A 4E 29
Octal 273 213 27 0 32 130 33 52 116 51
Binary 10111011 10001011 10111 0 11010 1011000 11011 101010 1001110 101001

Color Harmonies of #BB8B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8B17

Black with #BB8B17

Text Example


Text Example

White with #BB8B17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8B17; }

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

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

background-color css

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

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

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

border-color css

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

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

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