Html Css Color HEX #BB7310 Dark Goldenrod

📋 copy color: '#BB7310'

red 187 ◦ green 115 ◦ blue 16

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

Shades of Dark Goldenrod #BB7310

Tints of Dark Goldenrod #BB7310

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.16%

 BLUE value IS 16 (6.64% from 255) = 5.03%

R = 58.81%
G = 36.16%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BB7310 (or 0xBB7310) is known color: Dark Goldenrod. HEX triplet: BB, 73 and 10. RGB value is (187,115,16). Sum of RGB (Red+Green+Blue) = 187+115+16=318 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.81% from 318); Green value is 115 (45.31% from 255 or 36.16% from 318); Blue value is 16 (6.64% from 255 or 5.03% from 318); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7310 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7310 is #448CEF. Grayscale: #7D7D7D. Windows color (decimal): -4492528 or 1078203. OLE color: 1078203.

HSL color Cylindrical-coordinate representation of color #BB7310: hue angle of 34.74º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB7310 is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 115 16 -
CMYK 0 0.39 0.91 0.27
HSL 34.74º 0.84% 0.4% -
HSV(B) 34.74º 0.91% 0.73% -
XYZ 26.72 22.86 3.5 -
YUV 125.24 66.35 172.05 -
System Red Green Blue C M Y K H S L
Decimal 187 115 16 0 0.39 0.91 0.27 34.74 0.84 0.4
Hex BB 73 10 0 27 5B 1B 23 54 28
Octal 273 163 20 0 47 133 33 43 124 50
Binary 10111011 1110011 10000 0 100111 1011011 11011 100011 1010100 101000

Color Harmonies of #BB7310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7310

Black with #BB7310

Text Example


Text Example

White with #BB7310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7310; }

 p { color: rgb(187,115,16); }

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

background-color css

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

 a { background-color: rgb(187,115,16); }

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

border-color css

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

 span { border-color: rgb(187,115,16); }

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