Html Css Color HEX #B77502 Dark Goldenrod

📋 copy color: '#B77502'

red 183 ◦ green 117 ◦ blue 2

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

Shades of Dark Goldenrod #B77502

Tints of Dark Goldenrod #B77502

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.74%

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

R = 60.6%
G = 38.74%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B77502 (or 0xB77502) is known color: Dark Goldenrod. HEX triplet: B7, 75 and 02. RGB value is (183,117,2). Sum of RGB (Red+Green+Blue) = 183+117+2=302 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.60% from 302); Green value is 117 (46.09% from 255 or 38.74% from 302); Blue value is 2 (1.17% from 255 or 0.66% from 302); Max value from RGB is 183 - color contains mainly: red. Hex color #B77502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77502 is #488AFD. Grayscale: #7C7C7C. Windows color (decimal): -4754174 or 161207. OLE color: 161207.

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

Color convert

RGB 183 117 2 -
CMYK 0 0.36 0.99 0.28
HSL 38.12º 0.98% 0.36% -
HSV(B) 38.12º 0.99% 0.72% -
XYZ 25.9 22.79 3.09 -
YUV 123.62 59.37 170.35 -
System Red Green Blue C M Y K H S L
Decimal 183 117 2 0 0.36 0.99 0.28 38.12 0.98 0.36
Hex B7 75 2 0 24 63 1C 26 62 24
Octal 267 165 2 0 44 143 34 46 142 44
Binary 10110111 1110101 10 0 100100 1100011 11100 100110 1100010 100100

Color Harmonies of #B77502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77502

Black with #B77502

Text Example


Text Example

White with #B77502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77502; }

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

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

background-color css

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

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

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

border-color css

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

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

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