Html Css Color HEX #B77202 Dark Goldenrod

📋 copy color: '#B77202'

red 183 ◦ green 114 ◦ blue 2

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

Shades of Dark Goldenrod #B77202

Tints of Dark Goldenrod #B77202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.67%

R = 61.2%
G = 38.13%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B77202 (or 0xB77202) is known color: Dark Goldenrod. HEX triplet: B7, 72 and 02. RGB value is (183,114,2). Sum of RGB (Red+Green+Blue) = 183+114+2=299 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.20% from 299); Green value is 114 (44.92% from 255 or 38.13% from 299); Blue value is 2 (1.17% from 255 or 0.67% from 299); Max value from RGB is 183 - color contains mainly: red. Hex color #B77202 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77202 is #488DFD. Grayscale: #7A7A7A. Windows color (decimal): -4754942 or 160439. OLE color: 160439.

HSL color Cylindrical-coordinate representation of color #B77202: hue angle of 37.13º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B77202 is Cyan = 0, Magento = 0.38, Yellow = 0.99 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 114 2 -
CMYK 0 0.38 0.99 0.28
HSL 37.13º 0.98% 0.36% -
HSV(B) 37.13º 0.99% 0.72% -
XYZ 25.56 22.11 2.98 -
YUV 121.86 60.36 171.61 -
System Red Green Blue C M Y K H S L
Decimal 183 114 2 0 0.38 0.99 0.28 37.13 0.98 0.36
Hex B7 72 2 0 26 63 1C 25 62 24
Octal 267 162 2 0 46 143 34 45 142 44
Binary 10110111 1110010 10 0 100110 1100011 11100 100101 1100010 100100

Color Harmonies of #B77202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77202

Black with #B77202

Text Example


Text Example

White with #B77202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77202; }

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

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

background-color css

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

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

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

border-color css

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

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

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