Html Css Color HEX #B07312 Dark Goldenrod

📋 copy color: '#B07312'

red 176 ◦ green 115 ◦ blue 18

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

Shades of Dark Goldenrod #B07312

Tints of Dark Goldenrod #B07312

RGB

 RED value IS 176 (69.14% from 255) = 56.96%

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

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

R = 56.96%
G = 37.22%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B07312 (or 0xB07312) is known color: Dark Goldenrod. HEX triplet: B0, 73 and 12. RGB value is (176,115,18). Sum of RGB (Red+Green+Blue) = 176+115+18=309 (40% of max value = 765). Red value is 176 (69.14% from 255 or 56.96% from 309); Green value is 115 (45.31% from 255 or 37.22% from 309); Blue value is 18 (7.42% from 255 or 5.83% from 309); Max value from RGB is 176 - color contains mainly: red. Hex color #B07312 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B07312 is #4F8CED. Grayscale: #7A7A7A. Windows color (decimal): -5213422 or 1209264. OLE color: 1209264.

HSL color Cylindrical-coordinate representation of color #B07312: hue angle of 36.84º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B07312 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 115 18 -
CMYK 0 0.35 0.90 0.31
HSL 36.84º 0.81% 0.38% -
HSV(B) 36.84º 0.9% 0.69% -
XYZ 24.14 21.54 3.46 -
YUV 122.18 69.21 166.39 -
System Red Green Blue C M Y K H S L
Decimal 176 115 18 0 0.35 0.90 0.31 36.84 0.81 0.38
Hex B0 73 12 0 23 5A 1F 25 51 26
Octal 260 163 22 0 43 132 37 45 121 46
Binary 10110000 1110011 10010 0 100011 1011010 11111 100101 1010001 100110

Color Harmonies of #B07312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07312

Black with #B07312

Text Example


Text Example

White with #B07312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07312; }

 p { color: rgb(176,115,18); }

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

background-color css

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

 a { background-color: rgb(176,115,18); }

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

border-color css

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

 span { border-color: rgb(176,115,18); }

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