Html Css Color HEX #B57A01 Dark Goldenrod

📋 copy color: '#B57A01'

red 181 ◦ green 122 ◦ blue 1

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

Shades of Dark Goldenrod #B57A01

Tints of Dark Goldenrod #B57A01

RGB

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

 GREEN value IS 122 (48.05% from 255) = 40.13%

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

R = 59.54%
G = 40.13%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B57A01 (or 0xB57A01) is known color: Dark Goldenrod. HEX triplet: B5, 7A and 01. RGB value is (181,122,1). Sum of RGB (Red+Green+Blue) = 181+122+1=304 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.54% from 304); Green value is 122 (48.05% from 255 or 40.13% from 304); Blue value is 1 (0.78% from 255 or 0.33% from 304); Max value from RGB is 181 - color contains mainly: red. Hex color #B57A01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57A01 is #4A85FE. Grayscale: #7E7E7E. Windows color (decimal): -4883967 or 96949. OLE color: 96949.

HSL color Cylindrical-coordinate representation of color #B57A01: hue angle of 40.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 #B57A01 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 122 1 -
CMYK 0 0.33 0.99 0.29
HSL 40.33º 0.99% 0.36% -
HSV(B) 40.33º 0.99% 0.71% -
XYZ 26.02 23.75 3.24 -
YUV 125.85 57.55 167.34 -
System Red Green Blue C M Y K H S L
Decimal 181 122 1 0 0.33 0.99 0.29 40.33 0.99 0.36
Hex B5 7A 1 0 21 63 1D 28 63 24
Octal 265 172 1 0 41 143 35 50 143 44
Binary 10110101 1111010 1 0 100001 1100011 11101 101000 1100011 100100

Color Harmonies of #B57A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57A01

Black with #B57A01

Text Example


Text Example

White with #B57A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57A01; }

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

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

background-color css

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

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

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

border-color css

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

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

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