Html Css Color HEX #B77007 Dark Goldenrod

📋 copy color: '#B77007'

red 183 ◦ green 112 ◦ blue 7

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

Shades of Dark Goldenrod #B77007

Tints of Dark Goldenrod #B77007

RGB

 RED value IS 183 (71.88% from 255) = 60.6%

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

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

R = 60.6%
G = 37.09%
B = 2.32%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.96

 K value IS 0.28

RGB Variations

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

Color information

#B77007 (or 0xB77007) is known color: Dark Goldenrod. HEX triplet: B7, 70 and 07. RGB value is (183,112,7). Sum of RGB (Red+Green+Blue) = 183+112+7=302 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.60% from 302); Green value is 112 (44.14% from 255 or 37.09% from 302); Blue value is 7 (3.12% from 255 or 2.32% from 302); Max value from RGB is 183 - color contains mainly: red. Hex color #B77007 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77007 is #488FF8. Grayscale: #797979. Windows color (decimal): -4755449 or 487607. OLE color: 487607.

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

Color convert

RGB 183 112 7 -
CMYK 0 0.39 0.96 0.28
HSL 35.8º 0.93% 0.37% -
HSV(B) 35.8º 0.96% 0.72% -
XYZ 25.36 21.67 3.05 -
YUV 121.26 63.52 172.04 -
System Red Green Blue C M Y K H S L
Decimal 183 112 7 0 0.39 0.96 0.28 35.8 0.93 0.37
Hex B7 70 7 0 27 60 1C 24 5D 25
Octal 267 160 7 0 47 140 34 44 135 45
Binary 10110111 1110000 111 0 100111 1100000 11100 100100 1011101 100101

Color Harmonies of #B77007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77007

Black with #B77007

Text Example


Text Example

White with #B77007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77007; }

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

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

background-color css

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

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

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

border-color css

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

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

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