Html Css Color HEX #B56C0D Dark Goldenrod

📋 copy color: '#B56C0D'

red 181 ◦ green 108 ◦ blue 13

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

Shades of Dark Goldenrod #B56C0D

Tints of Dark Goldenrod #B56C0D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.76%

 BLUE value IS 13 (5.47% from 255) = 4.3%

R = 59.93%
G = 35.76%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B56C0D (or 0xB56C0D) is known color: Dark Goldenrod. HEX triplet: B5, 6C and 0D. RGB value is (181,108,13). Sum of RGB (Red+Green+Blue) = 181+108+13=302 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.93% from 302); Green value is 108 (42.58% from 255 or 35.76% from 302); Blue value is 13 (5.47% from 255 or 4.30% from 302); Max value from RGB is 181 - color contains mainly: red. Hex color #B56C0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56C0D is #4A93F2. Grayscale: #777777. Windows color (decimal): -4887539 or 879797. OLE color: 879797.

HSL color Cylindrical-coordinate representation of color #B56C0D: hue angle of 33.93º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B56C0D is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 108 13 -
CMYK 0 0.40 0.93 0.29
HSL 33.93º 0.87% 0.38% -
HSV(B) 33.93º 0.93% 0.71% -
XYZ 24.49 20.58 3.06 -
YUV 119 68.18 172.22 -
System Red Green Blue C M Y K H S L
Decimal 181 108 13 0 0.40 0.93 0.29 33.93 0.87 0.38
Hex B5 6C D 0 28 5D 1D 22 57 26
Octal 265 154 15 0 50 135 35 42 127 46
Binary 10110101 1101100 1101 0 101000 1011101 11101 100010 1010111 100110

Color Harmonies of #B56C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56C0D

Black with #B56C0D

Text Example


Text Example

White with #B56C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56C0D; }

 p { color: rgb(181,108,13); }

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

background-color css

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

 a { background-color: rgb(181,108,13); }

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

border-color css

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

 span { border-color: rgb(181,108,13); }

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