Html Css Color HEX #B57714 Dark Goldenrod

📋 copy color: '#B57714'

red 181 ◦ green 119 ◦ blue 20

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

Shades of Dark Goldenrod #B57714

Tints of Dark Goldenrod #B57714

RGB

 RED value IS 181 (71.09% from 255) = 56.56%

 GREEN value IS 119 (46.88% from 255) = 37.19%

 BLUE value IS 20 (8.2% from 255) = 6.25%

R = 56.56%
G = 37.19%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B57714 (or 0xB57714) is known color: Dark Goldenrod. HEX triplet: B5, 77 and 14. RGB value is (181,119,20). Sum of RGB (Red+Green+Blue) = 181+119+20=320 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.56% from 320); Green value is 119 (46.88% from 255 or 37.19% from 320); Blue value is 20 (8.20% from 255 or 6.25% from 320); Max value from RGB is 181 - color contains mainly: red. Hex color #B57714 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57714 is #4A88EB. Grayscale: #7E7E7E. Windows color (decimal): -4884716 or 1341365. OLE color: 1341365.

HSL color Cylindrical-coordinate representation of color #B57714: hue angle of 36.89º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B57714 is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 119 20 -
CMYK 0 0.34 0.89 0.29
HSL 36.89º 0.8% 0.39% -
HSV(B) 36.89º 0.89% 0.71% -
XYZ 25.78 23.07 3.76 -
YUV 126.25 68.04 167.05 -
System Red Green Blue C M Y K H S L
Decimal 181 119 20 0 0.34 0.89 0.29 36.89 0.8 0.39
Hex B5 77 14 0 22 59 1D 25 50 27
Octal 265 167 24 0 42 131 35 45 120 47
Binary 10110101 1110111 10100 0 100010 1011001 11101 100101 1010000 100111

Color Harmonies of #B57714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57714

Black with #B57714

Text Example


Text Example

White with #B57714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57714; }

 p { color: rgb(181,119,20); }

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

background-color css

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

 a { background-color: rgb(181,119,20); }

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

border-color css

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

 span { border-color: rgb(181,119,20); }

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