Html Css Color HEX #B57C0E Dark Goldenrod

📋 copy color: '#B57C0E'

red 181 ◦ green 124 ◦ blue 14

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

Shades of Dark Goldenrod #B57C0E

Tints of Dark Goldenrod #B57C0E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 38.87%

 BLUE value IS 14 (5.86% from 255) = 4.39%

R = 56.74%
G = 38.87%
B = 4.39%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#B57C0E (or 0xB57C0E) is known color: Dark Goldenrod. HEX triplet: B5, 7C and 0E. RGB value is (181,124,14). Sum of RGB (Red+Green+Blue) = 181+124+14=319 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.74% from 319); Green value is 124 (48.83% from 255 or 38.87% from 319); Blue value is 14 (5.86% from 255 or 4.39% from 319); Max value from RGB is 181 - color contains mainly: red. Hex color #B57C0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57C0E is #4A83F1. Grayscale: #818181. Windows color (decimal): -4883442 or 949429. OLE color: 949429.

HSL color Cylindrical-coordinate representation of color #B57C0E: hue angle of 39.52º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B57C0E is Cyan = 0, Magento = 0.31, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 124 14 -
CMYK 0 0.31 0.92 0.29
HSL 39.52º 0.86% 0.38% -
HSV(B) 39.52º 0.92% 0.71% -
XYZ 26.34 24.27 3.71 -
YUV 128.5 63.38 165.44 -
System Red Green Blue C M Y K H S L
Decimal 181 124 14 0 0.31 0.92 0.29 39.52 0.86 0.38
Hex B5 7C E 0 1F 5C 1D 28 56 26
Octal 265 174 16 0 37 134 35 50 126 46
Binary 10110101 1111100 1110 0 11111 1011100 11101 101000 1010110 100110

Color Harmonies of #B57C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57C0E

Black with #B57C0E

Text Example


Text Example

White with #B57C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57C0E; }

 p { color: rgb(181,124,14); }

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

background-color css

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

 a { background-color: rgb(181,124,14); }

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

border-color css

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

 span { border-color: rgb(181,124,14); }

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