Html Css Color HEX #B77102 Dark Goldenrod

📋 copy color: '#B77102'

red 183 ◦ green 113 ◦ blue 2

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

Shades of Dark Goldenrod #B77102

Tints of Dark Goldenrod #B77102

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.92%

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

R = 61.41%
G = 37.92%
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

#B77102 (or 0xB77102) is known color: Dark Goldenrod. HEX triplet: B7, 71 and 02. RGB value is (183,113,2). Sum of RGB (Red+Green+Blue) = 183+113+2=298 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.41% from 298); Green value is 113 (44.53% from 255 or 37.92% from 298); Blue value is 2 (1.17% from 255 or 0.67% from 298); Max value from RGB is 183 - color contains mainly: red. Hex color #B77102 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77102 is #488EFD. Grayscale: #797979. Windows color (decimal): -4755198 or 160183. OLE color: 160183.

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

Color convert

RGB 183 113 2 -
CMYK 0 0.38 0.99 0.28
HSL 36.8º 0.98% 0.36% -
HSV(B) 36.8º 0.99% 0.72% -
XYZ 25.44 21.88 2.94 -
YUV 121.28 60.69 172.03 -
System Red Green Blue C M Y K H S L
Decimal 183 113 2 0 0.38 0.99 0.28 36.8 0.98 0.36
Hex B7 71 2 0 26 63 1C 25 62 24
Octal 267 161 2 0 46 143 34 45 142 44
Binary 10110111 1110001 10 0 100110 1100011 11100 100101 1100010 100100

Color Harmonies of #B77102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77102

Black with #B77102

Text Example


Text Example

White with #B77102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77102; }

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

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

background-color css

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

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

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

border-color css

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

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

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