Html Css Color HEX #B67007 Dark Goldenrod

📋 copy color: '#B67007'

red 182 ◦ green 112 ◦ blue 7

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

Shades of Dark Goldenrod #B67007

Tints of Dark Goldenrod #B67007

RGB

 RED value IS 182 (71.48% from 255) = 60.47%

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

 BLUE value IS 7 (3.13% from 255) = 2.33%

R = 60.47%
G = 37.21%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B67007 (or 0xB67007) is known color: Dark Goldenrod. HEX triplet: B6, 70 and 07. RGB value is (182,112,7). Sum of RGB (Red+Green+Blue) = 182+112+7=301 (39% of max value = 765). Red value is 182 (71.48% from 255 or 60.47% from 301); Green value is 112 (44.14% from 255 or 37.21% from 301); Blue value is 7 (3.12% from 255 or 2.33% from 301); Max value from RGB is 182 - color contains mainly: red. Hex color #B67007 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67007 is #498FF8. Grayscale: #797979. Windows color (decimal): -4820985 or 487606. OLE color: 487606.

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

Color convert

RGB 182 112 7 -
CMYK 0 0.38 0.96 0.29
HSL 36º 0.93% 0.37% -
HSV(B) 36º 0.96% 0.71% -
XYZ 25.12 21.55 3.04 -
YUV 120.96 63.69 171.54 -
System Red Green Blue C M Y K H S L
Decimal 182 112 7 0 0.38 0.96 0.29 36 0.93 0.37
Hex B6 70 7 0 26 60 1D 24 5D 25
Octal 266 160 7 0 46 140 35 44 135 45
Binary 10110110 1110000 111 0 100110 1100000 11101 100100 1011101 100101

Color Harmonies of #B67007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67007

Black with #B67007

Text Example


Text Example

White with #B67007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67007; }

 p { color: rgb(182,112,7); }

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

background-color css

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

 a { background-color: rgb(182,112,7); }

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

border-color css

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

 span { border-color: rgb(182,112,7); }

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