Html Css Color HEX #B07612 Dark Goldenrod

📋 copy color: '#B07612'

red 176 ◦ green 118 ◦ blue 18

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

Shades of Dark Goldenrod #B07612

Tints of Dark Goldenrod #B07612

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.82%

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

R = 56.41%
G = 37.82%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B07612 (or 0xB07612) is known color: Dark Goldenrod. HEX triplet: B0, 76 and 12. RGB value is (176,118,18). Sum of RGB (Red+Green+Blue) = 176+118+18=312 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.41% from 312); Green value is 118 (46.48% from 255 or 37.82% from 312); Blue value is 18 (7.42% from 255 or 5.77% from 312); Max value from RGB is 176 - color contains mainly: red. Hex color #B07612 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B07612 is #4F89ED. Grayscale: #7C7C7C. Windows color (decimal): -5212654 or 1210032. OLE color: 1210032.

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

Color convert

RGB 176 118 18 -
CMYK 0 0.33 0.90 0.31
HSL 37.97º 0.81% 0.38% -
HSV(B) 37.97º 0.9% 0.69% -
XYZ 24.49 22.23 3.57 -
YUV 123.94 68.22 165.13 -
System Red Green Blue C M Y K H S L
Decimal 176 118 18 0 0.33 0.90 0.31 37.97 0.81 0.38
Hex B0 76 12 0 21 5A 1F 26 51 26
Octal 260 166 22 0 41 132 37 46 121 46
Binary 10110000 1110110 10010 0 100001 1011010 11111 100110 1010001 100110

Color Harmonies of #B07612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07612

Black with #B07612

Text Example


Text Example

White with #B07612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07612; }

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

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

background-color css

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

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

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

border-color css

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

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

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