Html Css Color HEX #BB8517 Dark Goldenrod

📋 copy color: '#BB8517'

red 187 ◦ green 133 ◦ blue 23

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

Shades of Dark Goldenrod #BB8517

Tints of Dark Goldenrod #BB8517

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.78%

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

R = 54.52%
G = 38.78%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BB8517 (or 0xBB8517) is known color: Dark Goldenrod. HEX triplet: BB, 85 and 17. RGB value is (187,133,23). Sum of RGB (Red+Green+Blue) = 187+133+23=343 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.52% from 343); Green value is 133 (52.34% from 255 or 38.78% from 343); Blue value is 23 (9.38% from 255 or 6.71% from 343); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8517 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8517 is #447AE8. Grayscale: #898989. Windows color (decimal): -4487913 or 1541563. OLE color: 1541563.

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

Color convert

RGB 187 133 23 -
CMYK 0 0.29 0.88 0.27
HSL 40.24º 0.78% 0.41% -
HSV(B) 40.24º 0.88% 0.73% -
XYZ 29.04 27.4 4.57 -
YUV 136.61 63.89 163.94 -
System Red Green Blue C M Y K H S L
Decimal 187 133 23 0 0.29 0.88 0.27 40.24 0.78 0.41
Hex BB 85 17 0 1D 58 1B 28 4E 29
Octal 273 205 27 0 35 130 33 50 116 51
Binary 10111011 10000101 10111 0 11101 1011000 11011 101000 1001110 101001

Color Harmonies of #BB8517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8517

Black with #BB8517

Text Example


Text Example

White with #BB8517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8517; }

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

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

background-color css

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

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

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

border-color css

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

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

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