Html Css Color HEX #B5720C Dark Goldenrod

📋 copy color: '#B5720C'

red 181 ◦ green 114 ◦ blue 12

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

Shades of Dark Goldenrod #B5720C

Tints of Dark Goldenrod #B5720C

RGB

 RED value IS 181 (71.09% from 255) = 58.96%

 GREEN value IS 114 (44.92% from 255) = 37.13%

 BLUE value IS 12 (5.08% from 255) = 3.91%

R = 58.96%
G = 37.13%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B5720C (or 0xB5720C) is known color: Dark Goldenrod. HEX triplet: B5, 72 and 0C. RGB value is (181,114,12). Sum of RGB (Red+Green+Blue) = 181+114+12=307 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.96% from 307); Green value is 114 (44.92% from 255 or 37.13% from 307); Blue value is 12 (5.08% from 255 or 3.91% from 307); Max value from RGB is 181 - color contains mainly: red. Hex color #B5720C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B5720C is #4A8DF3. Grayscale: #7A7A7A. Windows color (decimal): -4886004 or 815797. OLE color: 815797.

HSL color Cylindrical-coordinate representation of color #B5720C: hue angle of 36.21º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B5720C is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 114 12 -
CMYK 0 0.37 0.93 0.29
HSL 36.21º 0.88% 0.38% -
HSV(B) 36.21º 0.93% 0.71% -
XYZ 25.14 21.88 3.25 -
YUV 122.41 65.7 169.79 -
System Red Green Blue C M Y K H S L
Decimal 181 114 12 0 0.37 0.93 0.29 36.21 0.88 0.38
Hex B5 72 C 0 25 5D 1D 24 58 26
Octal 265 162 14 0 45 135 35 44 130 46
Binary 10110101 1110010 1100 0 100101 1011101 11101 100100 1011000 100110

Color Harmonies of #B5720C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5720C

Black with #B5720C

Text Example


Text Example

White with #B5720C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5720C; }

 p { color: rgb(181,114,12); }

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

background-color css

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

 a { background-color: rgb(181,114,12); }

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

border-color css

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

 span { border-color: rgb(181,114,12); }

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