Html Css Color HEX #B56E02 Dark Goldenrod

📋 copy color: '#B56E02'

red 181 ◦ green 110 ◦ blue 2

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

Shades of Dark Goldenrod #B56E02

Tints of Dark Goldenrod #B56E02

RGB

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

 GREEN value IS 110 (43.36% from 255) = 37.54%

 BLUE value IS 2 (1.17% from 255) = 0.68%

R = 61.77%
G = 37.54%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#B56E02 (or 0xB56E02) is known color: Dark Goldenrod. HEX triplet: B5, 6E and 02. RGB value is (181,110,2). Sum of RGB (Red+Green+Blue) = 181+110+2=293 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.77% from 293); Green value is 110 (43.36% from 255 or 37.54% from 293); Blue value is 2 (1.17% from 255 or 0.68% from 293); Max value from RGB is 181 - color contains mainly: red. Hex color #B56E02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56E02 is #4A91FD. Grayscale: #777777. Windows color (decimal): -4887038 or 159413. OLE color: 159413.

HSL color Cylindrical-coordinate representation of color #B56E02: hue angle of 36.2º degrees, saturation: 0.98, 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 #B56E02 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 110 2 -
CMYK 0 0.39 0.99 0.29
HSL 36.2º 0.98% 0.36% -
HSV(B) 36.2º 0.99% 0.71% -
XYZ 24.64 20.98 2.81 -
YUV 118.92 62.02 172.28 -
System Red Green Blue C M Y K H S L
Decimal 181 110 2 0 0.39 0.99 0.29 36.2 0.98 0.36
Hex B5 6E 2 0 27 63 1D 24 62 24
Octal 265 156 2 0 47 143 35 44 142 44
Binary 10110101 1101110 10 0 100111 1100011 11101 100100 1100010 100100

Color Harmonies of #B56E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56E02

Black with #B56E02

Text Example


Text Example

White with #B56E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56E02; }

 p { color: rgb(181,110,2); }

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

background-color css

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

 a { background-color: rgb(181,110,2); }

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

border-color css

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

 span { border-color: rgb(181,110,2); }

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