Html Css Color HEX #BB7B16 Dark Goldenrod

📋 copy color: '#BB7B16'

red 187 ◦ green 123 ◦ blue 22

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

Shades of Dark Goldenrod #BB7B16

Tints of Dark Goldenrod #BB7B16

RGB

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

 GREEN value IS 123 (48.44% from 255) = 37.05%

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

R = 56.33%
G = 37.05%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BB7B16 (or 0xBB7B16) is known color: Dark Goldenrod. HEX triplet: BB, 7B and 16. RGB value is (187,123,22). Sum of RGB (Red+Green+Blue) = 187+123+22=332 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.33% from 332); Green value is 123 (48.44% from 255 or 37.05% from 332); Blue value is 22 (8.98% from 255 or 6.63% from 332); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7B16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7B16 is #4484E9. Grayscale: #838383. Windows color (decimal): -4490474 or 1473467. OLE color: 1473467.

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

Color convert

RGB 187 123 22 -
CMYK 0 0.34 0.88 0.27
HSL 36.73º 0.79% 0.41% -
HSV(B) 36.73º 0.88% 0.73% -
XYZ 27.72 24.79 4.08 -
YUV 130.62 66.7 168.21 -
System Red Green Blue C M Y K H S L
Decimal 187 123 22 0 0.34 0.88 0.27 36.73 0.79 0.41
Hex BB 7B 16 0 22 58 1B 25 4F 29
Octal 273 173 26 0 42 130 33 45 117 51
Binary 10111011 1111011 10110 0 100010 1011000 11011 100101 1001111 101001

Color Harmonies of #BB7B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7B16

Black with #BB7B16

Text Example


Text Example

White with #BB7B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7B16; }

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

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

background-color css

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

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

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

border-color css

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

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

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