Html Css Color HEX #B57A08 Dark Goldenrod

📋 copy color: '#B57A08'

red 181 ◦ green 122 ◦ blue 8

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

Shades of Dark Goldenrod #B57A08

Tints of Dark Goldenrod #B57A08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.57%

R = 58.2%
G = 39.23%
B = 2.57%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B57A08 (or 0xB57A08) is known color: Dark Goldenrod. HEX triplet: B5, 7A and 08. RGB value is (181,122,8). Sum of RGB (Red+Green+Blue) = 181+122+8=311 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.20% from 311); Green value is 122 (48.05% from 255 or 39.23% from 311); Blue value is 8 (3.52% from 255 or 2.57% from 311); Max value from RGB is 181 - color contains mainly: red. Hex color #B57A08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57A08 is #4A85F7. Grayscale: #7F7F7F. Windows color (decimal): -4883960 or 555701. OLE color: 555701.

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

Color convert

RGB 181 122 8 -
CMYK 0 0.33 0.96 0.29
HSL 39.54º 0.92% 0.37% -
HSV(B) 39.54º 0.96% 0.71% -
XYZ 26.06 23.76 3.44 -
YUV 126.65 61.05 166.77 -
System Red Green Blue C M Y K H S L
Decimal 181 122 8 0 0.33 0.96 0.29 39.54 0.92 0.37
Hex B5 7A 8 0 21 60 1D 28 5C 25
Octal 265 172 10 0 41 140 35 50 134 45
Binary 10110101 1111010 1000 0 100001 1100000 11101 101000 1011100 100101

Color Harmonies of #B57A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57A08

Black with #B57A08

Text Example


Text Example

White with #B57A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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