Html Css Color HEX #B07007 Dark Goldenrod

📋 copy color: '#B07007'

red 176 ◦ green 112 ◦ blue 7

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

Shades of Dark Goldenrod #B07007

Tints of Dark Goldenrod #B07007

RGB

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

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

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

R = 59.66%
G = 37.97%
B = 2.37%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.96

 K value IS 0.31

RGB Variations

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

Color information

#B07007 (or 0xB07007) is known color: Dark Goldenrod. HEX triplet: B0, 70 and 07. RGB value is (176,112,7). Sum of RGB (Red+Green+Blue) = 176+112+7=295 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.66% from 295); Green value is 112 (44.14% from 255 or 37.97% from 295); Blue value is 7 (3.12% from 255 or 2.37% from 295); Max value from RGB is 176 - color contains mainly: red. Hex color #B07007 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B07007 is #4F8FF8. Grayscale: #777777. Windows color (decimal): -5214201 or 487600. OLE color: 487600.

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

Color convert

RGB 176 112 7 -
CMYK 0 0.36 0.96 0.31
HSL 37.28º 0.92% 0.36% -
HSV(B) 37.28º 0.96% 0.69% -
XYZ 23.74 20.83 2.97 -
YUV 119.17 64.7 168.54 -
System Red Green Blue C M Y K H S L
Decimal 176 112 7 0 0.36 0.96 0.31 37.28 0.92 0.36
Hex B0 70 7 0 24 60 1F 25 5C 24
Octal 260 160 7 0 44 140 37 45 134 44
Binary 10110000 1110000 111 0 100100 1100000 11111 100101 1011100 100100

Color Harmonies of #B07007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07007

Black with #B07007

Text Example


Text Example

White with #B07007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07007; }

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

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

background-color css

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

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

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

border-color css

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

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

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