Html Css Color HEX #B57401 Dark Goldenrod

📋 copy color: '#B57401'

red 181 ◦ green 116 ◦ blue 1

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

Shades of Dark Goldenrod #B57401

Tints of Dark Goldenrod #B57401

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.93%

 BLUE value IS 1 (0.78% from 255) = 0.34%

R = 60.74%
G = 38.93%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B57401 (or 0xB57401) is known color: Dark Goldenrod. HEX triplet: B5, 74 and 01. RGB value is (181,116,1). Sum of RGB (Red+Green+Blue) = 181+116+1=298 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.74% from 298); Green value is 116 (45.70% from 255 or 38.93% from 298); Blue value is 1 (0.78% from 255 or 0.34% from 298); Max value from RGB is 181 - color contains mainly: red. Hex color #B57401 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57401 is #4A8BFE. Grayscale: #7A7A7A. Windows color (decimal): -4885503 or 95413. OLE color: 95413.

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

Color convert

RGB 181 116 1 -
CMYK 0 0.36 0.99 0.29
HSL 38.33º 0.99% 0.36% -
HSV(B) 38.33º 0.99% 0.71% -
XYZ 25.31 22.32 3 -
YUV 122.33 59.53 169.85 -
System Red Green Blue C M Y K H S L
Decimal 181 116 1 0 0.36 0.99 0.29 38.33 0.99 0.36
Hex B5 74 1 0 24 63 1D 26 63 24
Octal 265 164 1 0 44 143 35 46 143 44
Binary 10110101 1110100 1 0 100100 1100011 11101 100110 1100011 100100

Color Harmonies of #B57401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57401

Black with #B57401

Text Example


Text Example

White with #B57401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57401; }

 p { color: rgb(181,116,1); }

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

background-color css

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

 a { background-color: rgb(181,116,1); }

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

border-color css

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

 span { border-color: rgb(181,116,1); }

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