Html Css Color HEX #B57B05 Dark Goldenrod

📋 copy color: '#B57B05'

red 181 ◦ green 123 ◦ blue 5

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

Shades of Dark Goldenrod #B57B05

Tints of Dark Goldenrod #B57B05

RGB

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

 GREEN value IS 123 (48.44% from 255) = 39.81%

 BLUE value IS 5 (2.34% from 255) = 1.62%

R = 58.58%
G = 39.81%
B = 1.62%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#B57B05 (or 0xB57B05) is known color: Dark Goldenrod. HEX triplet: B5, 7B and 05. RGB value is (181,123,5). Sum of RGB (Red+Green+Blue) = 181+123+5=309 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.58% from 309); Green value is 123 (48.44% from 255 or 39.81% from 309); Blue value is 5 (2.34% from 255 or 1.62% from 309); Max value from RGB is 181 - color contains mainly: red. Hex color #B57B05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57B05 is #4A84FA. Grayscale: #7F7F7F. Windows color (decimal): -4883707 or 359349. OLE color: 359349.

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

Color convert

RGB 181 123 5 -
CMYK 0 0.32 0.97 0.29
HSL 40.23º 0.95% 0.36% -
HSV(B) 40.23º 0.97% 0.71% -
XYZ 26.17 24 3.4 -
YUV 126.89 59.22 166.59 -
System Red Green Blue C M Y K H S L
Decimal 181 123 5 0 0.32 0.97 0.29 40.23 0.95 0.36
Hex B5 7B 5 0 20 61 1D 28 5F 24
Octal 265 173 5 0 40 141 35 50 137 44
Binary 10110101 1111011 101 0 100000 1100001 11101 101000 1011111 100100

Color Harmonies of #B57B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57B05

Black with #B57B05

Text Example


Text Example

White with #B57B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57B05; }

 p { color: rgb(181,123,5); }

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

background-color css

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

 a { background-color: rgb(181,123,5); }

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

border-color css

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

 span { border-color: rgb(181,123,5); }

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