Html Css Color HEX #B57C06 Dark Goldenrod

📋 copy color: '#B57C06'

red 181 ◦ green 124 ◦ blue 6

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

Shades of Dark Goldenrod #B57C06

Tints of Dark Goldenrod #B57C06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.93%

R = 58.2%
G = 39.87%
B = 1.93%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#B57C06 (or 0xB57C06) is known color: Dark Goldenrod. HEX triplet: B5, 7C and 06. RGB value is (181,124,6). Sum of RGB (Red+Green+Blue) = 181+124+6=311 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.20% from 311); Green value is 124 (48.83% from 255 or 39.87% from 311); Blue value is 6 (2.73% from 255 or 1.93% from 311); Max value from RGB is 181 - color contains mainly: red. Hex color #B57C06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57C06 is #4A83F9. Grayscale: #808080. Windows color (decimal): -4883450 or 425141. OLE color: 425141.

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

Color convert

RGB 181 124 6 -
CMYK 0 0.31 0.97 0.29
HSL 40.46º 0.94% 0.37% -
HSV(B) 40.46º 0.97% 0.71% -
XYZ 26.3 24.25 3.47 -
YUV 127.59 59.38 166.09 -
System Red Green Blue C M Y K H S L
Decimal 181 124 6 0 0.31 0.97 0.29 40.46 0.94 0.37
Hex B5 7C 6 0 1F 61 1D 28 5E 25
Octal 265 174 6 0 37 141 35 50 136 45
Binary 10110101 1111100 110 0 11111 1100001 11101 101000 1011110 100101

Color Harmonies of #B57C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57C06

Black with #B57C06

Text Example


Text Example

White with #B57C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57C06; }

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

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

background-color css

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

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

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

border-color css

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

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

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