Html Css Color HEX #BB7B12 Dark Goldenrod

📋 copy color: '#BB7B12'

red 187 ◦ green 123 ◦ blue 18

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

Shades of Dark Goldenrod #BB7B12

Tints of Dark Goldenrod #BB7B12

RGB

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

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

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

R = 57.01%
G = 37.5%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BB7B12 (or 0xBB7B12) is known color: Dark Goldenrod. HEX triplet: BB, 7B and 12. RGB value is (187,123,18). Sum of RGB (Red+Green+Blue) = 187+123+18=328 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.01% from 328); Green value is 123 (48.44% from 255 or 37.5% from 328); Blue value is 18 (7.42% from 255 or 5.49% from 328); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7B12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7B12 is #4484ED. Grayscale: #828282. Windows color (decimal): -4490478 or 1211323. OLE color: 1211323.

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

Color convert

RGB 187 123 18 -
CMYK 0 0.34 0.90 0.27
HSL 37.28º 0.82% 0.4% -
HSV(B) 37.28º 0.9% 0.73% -
XYZ 27.69 24.77 3.9 -
YUV 130.17 64.7 168.54 -
System Red Green Blue C M Y K H S L
Decimal 187 123 18 0 0.34 0.90 0.27 37.28 0.82 0.4
Hex BB 7B 12 0 22 5A 1B 25 52 28
Octal 273 173 22 0 42 132 33 45 122 50
Binary 10111011 1111011 10010 0 100010 1011010 11011 100101 1010010 101000

Color Harmonies of #BB7B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7B12

Black with #BB7B12

Text Example


Text Example

White with #BB7B12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7B12; }

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

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

background-color css

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

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

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

border-color css

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

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

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