Html Css Color HEX #BB7513 Dark Goldenrod

📋 copy color: '#BB7513'

red 187 ◦ green 117 ◦ blue 19

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

Shades of Dark Goldenrod #BB7513

Tints of Dark Goldenrod #BB7513

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.22%

 BLUE value IS 19 (7.81% from 255) = 5.88%

R = 57.89%
G = 36.22%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BB7513 (or 0xBB7513) is known color: Dark Goldenrod. HEX triplet: BB, 75 and 13. RGB value is (187,117,19). Sum of RGB (Red+Green+Blue) = 187+117+19=323 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.89% from 323); Green value is 117 (46.09% from 255 or 36.22% from 323); Blue value is 19 (7.81% from 255 or 5.88% from 323); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7513 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7513 is #448AEC. Grayscale: #7F7F7F. Windows color (decimal): -4492013 or 1275323. OLE color: 1275323.

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

Color convert

RGB 187 117 19 -
CMYK 0 0.37 0.90 0.27
HSL 35º 0.82% 0.4% -
HSV(B) 35º 0.9% 0.73% -
XYZ 26.97 23.33 3.7 -
YUV 126.76 67.19 170.97 -
System Red Green Blue C M Y K H S L
Decimal 187 117 19 0 0.37 0.90 0.27 35 0.82 0.4
Hex BB 75 13 0 25 5A 1B 23 52 28
Octal 273 165 23 0 45 132 33 43 122 50
Binary 10111011 1110101 10011 0 100101 1011010 11011 100011 1010010 101000

Color Harmonies of #BB7513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7513

Black with #BB7513

Text Example


Text Example

White with #BB7513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7513; }

 p { color: rgb(187,117,19); }

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

background-color css

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

 a { background-color: rgb(187,117,19); }

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

border-color css

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

 span { border-color: rgb(187,117,19); }

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