Html Css Color HEX #B07512 Dark Goldenrod

📋 copy color: '#B07512'

red 176 ◦ green 117 ◦ blue 18

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

Shades of Dark Goldenrod #B07512

Tints of Dark Goldenrod #B07512

RGB

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

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

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

R = 56.59%
G = 37.62%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B07512 (or 0xB07512) is known color: Dark Goldenrod. HEX triplet: B0, 75 and 12. RGB value is (176,117,18). Sum of RGB (Red+Green+Blue) = 176+117+18=311 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.59% from 311); Green value is 117 (46.09% from 255 or 37.62% from 311); Blue value is 18 (7.42% from 255 or 5.79% from 311); Max value from RGB is 176 - color contains mainly: red. Hex color #B07512 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B07512 is #4F8AED. Grayscale: #7B7B7B. Windows color (decimal): -5212910 or 1209776. OLE color: 1209776.

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

Color convert

RGB 176 117 18 -
CMYK 0 0.34 0.90 0.31
HSL 37.59º 0.81% 0.38% -
HSV(B) 37.59º 0.9% 0.69% -
XYZ 24.37 22 3.53 -
YUV 123.36 68.55 165.55 -
System Red Green Blue C M Y K H S L
Decimal 176 117 18 0 0.34 0.90 0.31 37.59 0.81 0.38
Hex B0 75 12 0 22 5A 1F 26 51 26
Octal 260 165 22 0 42 132 37 46 121 46
Binary 10110000 1110101 10010 0 100010 1011010 11111 100110 1010001 100110

Color Harmonies of #B07512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07512

Black with #B07512

Text Example


Text Example

White with #B07512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07512; }

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

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

background-color css

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

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

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

border-color css

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

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

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