Html Css Color HEX #B57300 Dark Goldenrod

📋 copy color: '#B57300'

red 181 ◦ green 115 ◦ blue 0

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

Shades of Dark Goldenrod #B57300

Tints of Dark Goldenrod #B57300

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.85%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 61.15%
G = 38.85%
B = 0%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B57300 (or 0xB57300) is known color: Dark Goldenrod. HEX triplet: B5, 73 and 00. RGB value is (181,115,0). Sum of RGB (Red+Green+Blue) = 181+115+0=296 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.15% from 296); Green value is 115 (45.31% from 255 or 38.85% from 296); Blue value is 0 (0.39% from 255 or 0% from 296); Max value from RGB is 181 - color contains mainly: red. Hex color #B57300 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57300 is #4A8CFF. Grayscale: #7A7A7A. Windows color (decimal): -4885760 or 29621. OLE color: 29621.

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

Color convert

RGB 181 115 0 -
CMYK 0 0.36 1 0.29
HSL 38.12º 1% 0.35% -
HSV(B) 38.12º 1% 0.71% -
XYZ 25.19 22.09 2.94 -
YUV 121.62 59.37 170.35 -
System Red Green Blue C M Y K H S L
Decimal 181 115 0 0 0.36 1 0.29 38.12 1 0.35
Hex B5 73 0 0 24 64 1D 26 64 23
Octal 265 163 0 0 44 144 35 46 144 43
Binary 10110101 1110011 0 0 100100 1100100 11101 100110 1100100 100011

Color Harmonies of #B57300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57300

Black with #B57300

Text Example


Text Example

White with #B57300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57300; }

 p { color: rgb(181,115,0); }

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

background-color css

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

 a { background-color: rgb(181,115,0); }

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

border-color css

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

 span { border-color: rgb(181,115,0); }

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