Html Css Color HEX #B77207 Dark Goldenrod

📋 copy color: '#B77207'

red 183 ◦ green 114 ◦ blue 7

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

Shades of Dark Goldenrod #B77207

Tints of Dark Goldenrod #B77207

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.5%

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

R = 60.2%
G = 37.5%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.96

 K value IS 0.28

RGB Variations

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

Color information

#B77207 (or 0xB77207) is known color: Dark Goldenrod. HEX triplet: B7, 72 and 07. RGB value is (183,114,7). Sum of RGB (Red+Green+Blue) = 183+114+7=304 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.20% from 304); Green value is 114 (44.92% from 255 or 37.5% from 304); Blue value is 7 (3.12% from 255 or 2.30% from 304); Max value from RGB is 183 - color contains mainly: red. Hex color #B77207 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77207 is #488DF8. Grayscale: #7A7A7A. Windows color (decimal): -4754937 or 488119. OLE color: 488119.

HSL color Cylindrical-coordinate representation of color #B77207: hue angle of 36.48º 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 #B77207 is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 114 7 -
CMYK 0 0.38 0.96 0.28
HSL 36.48º 0.93% 0.37% -
HSV(B) 36.48º 0.96% 0.72% -
XYZ 25.58 22.12 3.12 -
YUV 122.43 62.86 171.2 -
System Red Green Blue C M Y K H S L
Decimal 183 114 7 0 0.38 0.96 0.28 36.48 0.93 0.37
Hex B7 72 7 0 26 60 1C 24 5D 25
Octal 267 162 7 0 46 140 34 44 135 45
Binary 10110111 1110010 111 0 100110 1100000 11100 100100 1011101 100101

Color Harmonies of #B77207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77207

Black with #B77207

Text Example


Text Example

White with #B77207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77207; }

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

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

background-color css

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

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

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

border-color css

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

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

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