Html Css Color HEX #BB8516 Dark Goldenrod

📋 copy color: '#BB8516'

red 187 ◦ green 133 ◦ blue 22

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

Shades of Dark Goldenrod #BB8516

Tints of Dark Goldenrod #BB8516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.43%

R = 54.68%
G = 38.89%
B = 6.43%

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

#BB8516 (or 0xBB8516) is known color: Dark Goldenrod. HEX triplet: BB, 85 and 16. RGB value is (187,133,22). Sum of RGB (Red+Green+Blue) = 187+133+22=342 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.68% from 342); Green value is 133 (52.34% from 255 or 38.89% from 342); Blue value is 22 (8.98% from 255 or 6.43% from 342); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8516 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8516 is #447AE9. Grayscale: #888888. Windows color (decimal): -4487914 or 1476027. OLE color: 1476027.

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

Color convert

RGB 187 133 22 -
CMYK 0 0.29 0.88 0.27
HSL 40.36º 0.79% 0.41% -
HSV(B) 40.36º 0.88% 0.73% -
XYZ 29.03 27.4 4.52 -
YUV 136.49 63.39 164.03 -
System Red Green Blue C M Y K H S L
Decimal 187 133 22 0 0.29 0.88 0.27 40.36 0.79 0.41
Hex BB 85 16 0 1D 58 1B 28 4F 29
Octal 273 205 26 0 35 130 33 50 117 51
Binary 10111011 10000101 10110 0 11101 1011000 11011 101000 1001111 101001

Color Harmonies of #BB8516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8516

Black with #BB8516

Text Example


Text Example

White with #BB8516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8516; }

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

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

background-color css

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

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

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

border-color css

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

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

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