Html Css Color HEX #B77210 Dark Goldenrod

📋 copy color: '#B77210'

red 183 ◦ green 114 ◦ blue 16

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

Shades of Dark Goldenrod #B77210

Tints of Dark Goldenrod #B77210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.11%

R = 58.47%
G = 36.42%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B77210 (or 0xB77210) is known color: Dark Goldenrod. HEX triplet: B7, 72 and 10. RGB value is (183,114,16). Sum of RGB (Red+Green+Blue) = 183+114+16=313 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.47% from 313); Green value is 114 (44.92% from 255 or 36.42% from 313); Blue value is 16 (6.64% from 255 or 5.11% from 313); Max value from RGB is 183 - color contains mainly: red. Hex color #B77210 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77210 is #488DEF. Grayscale: #7B7B7B. Windows color (decimal): -4754928 or 1077943. OLE color: 1077943.

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

Color convert

RGB 183 114 16 -
CMYK 0 0.38 0.91 0.28
HSL 35.21º 0.84% 0.39% -
HSV(B) 35.21º 0.91% 0.72% -
XYZ 25.64 22.14 3.41 -
YUV 123.46 67.36 170.47 -
System Red Green Blue C M Y K H S L
Decimal 183 114 16 0 0.38 0.91 0.28 35.21 0.84 0.39
Hex B7 72 10 0 26 5B 1C 23 54 27
Octal 267 162 20 0 46 133 34 43 124 47
Binary 10110111 1110010 10000 0 100110 1011011 11100 100011 1010100 100111

Color Harmonies of #B77210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77210

Black with #B77210

Text Example


Text Example

White with #B77210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77210; }

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

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

background-color css

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

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

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

border-color css

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

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

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