Html Css Color HEX #B07006 Dark Goldenrod

📋 copy color: '#B07006'

red 176 ◦ green 112 ◦ blue 6

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

Shades of Dark Goldenrod #B07006

Tints of Dark Goldenrod #B07006

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.1%

 BLUE value IS 6 (2.73% from 255) = 2.04%

R = 59.86%
G = 38.1%
B = 2.04%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#B07006 (or 0xB07006) is known color: Dark Goldenrod. HEX triplet: B0, 70 and 06. RGB value is (176,112,6). Sum of RGB (Red+Green+Blue) = 176+112+6=294 (38% of max value = 765). Red value is 176 (69.14% from 255 or 59.86% from 294); Green value is 112 (44.14% from 255 or 38.10% from 294); Blue value is 6 (2.73% from 255 or 2.04% from 294); Max value from RGB is 176 - color contains mainly: red. Hex color #B07006 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B07006 is #4F8FF9. Grayscale: #777777. Windows color (decimal): -5214202 or 422064. OLE color: 422064.

HSL color Cylindrical-coordinate representation of color #B07006: hue angle of 37.41º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B07006 is Cyan = 0, Magento = 0.36, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 112 6 -
CMYK 0 0.36 0.97 0.31
HSL 37.41º 0.93% 0.36% -
HSV(B) 37.41º 0.97% 0.69% -
XYZ 23.73 20.83 2.94 -
YUV 119.05 64.2 168.62 -
System Red Green Blue C M Y K H S L
Decimal 176 112 6 0 0.36 0.97 0.31 37.41 0.93 0.36
Hex B0 70 6 0 24 61 1F 25 5D 24
Octal 260 160 6 0 44 141 37 45 135 44
Binary 10110000 1110000 110 0 100100 1100001 11111 100101 1011101 100100

Color Harmonies of #B07006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07006

Black with #B07006

Text Example


Text Example

White with #B07006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07006; }

 p { color: rgb(176,112,6); }

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

background-color css

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

 a { background-color: rgb(176,112,6); }

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

border-color css

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

 span { border-color: rgb(176,112,6); }

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