Html Css Color HEX #BB7E18 Dark Goldenrod

📋 copy color: '#BB7E18'

red 187 ◦ green 126 ◦ blue 24

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

Shades of Dark Goldenrod #BB7E18

Tints of Dark Goldenrod #BB7E18

RGB

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

 GREEN value IS 126 (49.61% from 255) = 37.39%

 BLUE value IS 24 (9.77% from 255) = 7.12%

R = 55.49%
G = 37.39%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BB7E18 (or 0xBB7E18) is known color: Dark Goldenrod. HEX triplet: BB, 7E and 18. RGB value is (187,126,24). Sum of RGB (Red+Green+Blue) = 187+126+24=337 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.49% from 337); Green value is 126 (49.61% from 255 or 37.39% from 337); Blue value is 24 (9.77% from 255 or 7.12% from 337); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7E18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7E18 is #4481E7. Grayscale: #858585. Windows color (decimal): -4489704 or 1605307. OLE color: 1605307.

HSL color Cylindrical-coordinate representation of color #BB7E18: hue angle of 37.55º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB7E18 is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 126 24 -
CMYK 0 0.33 0.87 0.27
HSL 37.55º 0.77% 0.41% -
HSV(B) 37.55º 0.87% 0.73% -
XYZ 28.12 25.55 4.31 -
YUV 132.61 66.71 166.79 -
System Red Green Blue C M Y K H S L
Decimal 187 126 24 0 0.33 0.87 0.27 37.55 0.77 0.41
Hex BB 7E 18 0 21 57 1B 26 4D 29
Octal 273 176 30 0 41 127 33 46 115 51
Binary 10111011 1111110 11000 0 100001 1010111 11011 100110 1001101 101001

Color Harmonies of #BB7E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7E18

Black with #BB7E18

Text Example


Text Example

White with #BB7E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7E18; }

 p { color: rgb(187,126,24); }

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

background-color css

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

 a { background-color: rgb(187,126,24); }

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

border-color css

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

 span { border-color: rgb(187,126,24); }

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