Html Css Color HEX #B77513 Dark Goldenrod

📋 copy color: '#B77513'

red 183 ◦ green 117 ◦ blue 19

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

Shades of Dark Goldenrod #B77513

Tints of Dark Goldenrod #B77513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.96%

R = 57.37%
G = 36.68%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B77513 (or 0xB77513) is known color: Dark Goldenrod. HEX triplet: B7, 75 and 13. RGB value is (183,117,19). Sum of RGB (Red+Green+Blue) = 183+117+19=319 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.37% from 319); Green value is 117 (46.09% from 255 or 36.68% from 319); Blue value is 19 (7.81% from 255 or 5.96% from 319); Max value from RGB is 183 - color contains mainly: red. Hex color #B77513 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77513 is #488AEC. Grayscale: #7E7E7E. Windows color (decimal): -4754157 or 1275319. OLE color: 1275319.

HSL color Cylindrical-coordinate representation of color #B77513: hue angle of 35.85º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B77513 is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 117 19 -
CMYK 0 0.36 0.90 0.28
HSL 35.85º 0.81% 0.4% -
HSV(B) 35.85º 0.9% 0.72% -
XYZ 26.01 22.84 3.65 -
YUV 125.56 67.87 168.97 -
System Red Green Blue C M Y K H S L
Decimal 183 117 19 0 0.36 0.90 0.28 35.85 0.81 0.4
Hex B7 75 13 0 24 5A 1C 24 51 28
Octal 267 165 23 0 44 132 34 44 121 50
Binary 10110111 1110101 10011 0 100100 1011010 11100 100100 1010001 101000

Color Harmonies of #B77513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77513

Black with #B77513

Text Example


Text Example

White with #B77513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77513; }

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

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

background-color css

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

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

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

border-color css

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

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

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