Html Css Color HEX #B56A00 Dark Goldenrod

📋 copy color: '#B56A00'

red 181 ◦ green 106 ◦ blue 0

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

Shades of Dark Goldenrod #B56A00

Tints of Dark Goldenrod #B56A00

RGB

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

 GREEN value IS 106 (41.8% from 255) = 36.93%

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

R = 63.07%
G = 36.93%
B = 0%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B56A00 (or 0xB56A00) is known color: Dark Goldenrod. HEX triplet: B5, 6A and 00. RGB value is (181,106,0). Sum of RGB (Red+Green+Blue) = 181+106+0=287 (38% of max value = 765). Red value is 181 (71.09% from 255 or 63.07% from 287); Green value is 106 (41.80% from 255 or 36.93% from 287); Blue value is 0 (0.39% from 255 or 0% from 287); Max value from RGB is 181 - color contains mainly: red. Hex color #B56A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56A00 is #4A95FF. Grayscale: #747474. Windows color (decimal): -4888064 or 27317. OLE color: 27317.

HSL color Cylindrical-coordinate representation of color #B56A00: hue angle of 35.14º 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 #B56A00 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 106 0 -
CMYK 0 0.41 1 0.29
HSL 35.14º 1% 0.35% -
HSV(B) 35.14º 1% 0.71% -
XYZ 24.21 20.13 2.61 -
YUV 116.34 62.35 174.12 -
System Red Green Blue C M Y K H S L
Decimal 181 106 0 0 0.41 1 0.29 35.14 1 0.35
Hex B5 6A 0 0 29 64 1D 23 64 23
Octal 265 152 0 0 51 144 35 43 144 43
Binary 10110101 1101010 0 0 101001 1100100 11101 100011 1100100 100011

Color Harmonies of #B56A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56A00

Black with #B56A00

Text Example


Text Example

White with #B56A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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