Html Css Color HEX #BB8D16 Dark Goldenrod

📋 copy color: '#BB8D16'

red 187 ◦ green 141 ◦ blue 22

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

Shades of Dark Goldenrod #BB8D16

Tints of Dark Goldenrod #BB8D16

RGB

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

 GREEN value IS 141 (55.47% from 255) = 40.29%

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

R = 53.43%
G = 40.29%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BB8D16 (or 0xBB8D16) is known color: Dark Goldenrod. HEX triplet: BB, 8D and 16. RGB value is (187,141,22). Sum of RGB (Red+Green+Blue) = 187+141+22=350 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.43% from 350); Green value is 141 (55.47% from 255 or 40.29% from 350); Blue value is 22 (8.98% from 255 or 6.29% from 350); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8D16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8D16 is #4472E9. Grayscale: #8D8D8D. Windows color (decimal): -4485866 or 1478075. OLE color: 1478075.

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

Color convert

RGB 187 141 22 -
CMYK 0 0.25 0.88 0.27
HSL 43.27º 0.79% 0.41% -
HSV(B) 43.27º 0.88% 0.73% -
XYZ 30.16 29.67 4.9 -
YUV 141.19 60.74 160.68 -
System Red Green Blue C M Y K H S L
Decimal 187 141 22 0 0.25 0.88 0.27 43.27 0.79 0.41
Hex BB 8D 16 0 19 58 1B 2B 4F 29
Octal 273 215 26 0 31 130 33 53 117 51
Binary 10111011 10001101 10110 0 11001 1011000 11011 101011 1001111 101001

Color Harmonies of #BB8D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8D16

Black with #BB8D16

Text Example


Text Example

White with #BB8D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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