Html Css Color HEX #B77310 Dark Goldenrod

📋 copy color: '#B77310'

red 183 ◦ green 115 ◦ blue 16

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

Shades of Dark Goldenrod #B77310

Tints of Dark Goldenrod #B77310

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.62%

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

R = 58.28%
G = 36.62%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B77310 (or 0xB77310) is known color: Dark Goldenrod. HEX triplet: B7, 73 and 10. RGB value is (183,115,16). Sum of RGB (Red+Green+Blue) = 183+115+16=314 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.28% from 314); Green value is 115 (45.31% from 255 or 36.62% from 314); Blue value is 16 (6.64% from 255 or 5.10% from 314); Max value from RGB is 183 - color contains mainly: red. Hex color #B77310 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77310 is #488CEF. Grayscale: #7C7C7C. Windows color (decimal): -4754672 or 1078199. OLE color: 1078199.

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

Color convert

RGB 183 115 16 -
CMYK 0 0.37 0.91 0.28
HSL 35.57º 0.84% 0.39% -
HSV(B) 35.57º 0.91% 0.72% -
XYZ 25.75 22.37 3.45 -
YUV 124.05 67.03 170.05 -
System Red Green Blue C M Y K H S L
Decimal 183 115 16 0 0.37 0.91 0.28 35.57 0.84 0.39
Hex B7 73 10 0 25 5B 1C 24 54 27
Octal 267 163 20 0 45 133 34 44 124 47
Binary 10110111 1110011 10000 0 100101 1011011 11100 100100 1010100 100111

Color Harmonies of #B77310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77310

Black with #B77310

Text Example


Text Example

White with #B77310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77310; }

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

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

background-color css

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

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

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

border-color css

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

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

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