Html Css Color HEX #BB7912 Dark Goldenrod

📋 copy color: '#BB7912'

red 187 ◦ green 121 ◦ blue 18

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

Shades of Dark Goldenrod #BB7912

Tints of Dark Goldenrod #BB7912

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.12%

 BLUE value IS 18 (7.42% from 255) = 5.52%

R = 57.36%
G = 37.12%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BB7912 (or 0xBB7912) is known color: Dark Goldenrod. HEX triplet: BB, 79 and 12. RGB value is (187,121,18). Sum of RGB (Red+Green+Blue) = 187+121+18=326 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.36% from 326); Green value is 121 (47.66% from 255 or 37.12% from 326); Blue value is 18 (7.42% from 255 or 5.52% from 326); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7912 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7912 is #4486ED. Grayscale: #818181. Windows color (decimal): -4490990 or 1210811. OLE color: 1210811.

HSL color Cylindrical-coordinate representation of color #BB7912: hue angle of 36.57º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB7912 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 121 18 -
CMYK 0 0.35 0.90 0.27
HSL 36.57º 0.82% 0.4% -
HSV(B) 36.57º 0.9% 0.73% -
XYZ 27.44 24.28 3.81 -
YUV 128.99 65.37 169.38 -
System Red Green Blue C M Y K H S L
Decimal 187 121 18 0 0.35 0.90 0.27 36.57 0.82 0.4
Hex BB 79 12 0 23 5A 1B 25 52 28
Octal 273 171 22 0 43 132 33 45 122 50
Binary 10111011 1111001 10010 0 100011 1011010 11011 100101 1010010 101000

Color Harmonies of #BB7912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7912

Black with #BB7912

Text Example


Text Example

White with #BB7912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7912; }

 p { color: rgb(187,121,18); }

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

background-color css

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

 a { background-color: rgb(187,121,18); }

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

border-color css

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

 span { border-color: rgb(187,121,18); }

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