Html Css Color HEX #B56014 Christine

📋 copy color: '#B56014'

red 181 ◦ green 96 ◦ blue 20

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

Shades of Christine #B56014

Tints of Christine #B56014

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.32%

 BLUE value IS 20 (8.2% from 255) = 6.73%

R = 60.94%
G = 32.32%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B56014 (or 0xB56014) is known color: Christine. HEX triplet: B5, 60 and 14. RGB value is (181,96,20). Sum of RGB (Red+Green+Blue) = 181+96+20=297 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.94% from 297); Green value is 96 (37.89% from 255 or 32.32% from 297); Blue value is 20 (8.20% from 255 or 6.73% from 297); Max value from RGB is 181 - color contains mainly: red. Hex color #B56014 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56014 is #4A9FEB. Grayscale: #717171. Windows color (decimal): -4890604 or 1335477. OLE color: 1335477.

HSL color Cylindrical-coordinate representation of color #B56014: hue angle of 28.32º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B56014 is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 96 20 -
CMYK 0 0.47 0.89 0.29
HSL 28.32º 0.8% 0.39% -
HSV(B) 28.32º 0.89% 0.71% -
XYZ 23.37 18.24 2.95 -
YUV 112.75 75.66 176.68 -
System Red Green Blue C M Y K H S L
Decimal 181 96 20 0 0.47 0.89 0.29 28.32 0.8 0.39
Hex B5 60 14 0 2F 59 1D 1C 50 27
Octal 265 140 24 0 57 131 35 34 120 47
Binary 10110101 1100000 10100 0 101111 1011001 11101 11100 1010000 100111

Color Harmonies of #B56014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56014

Black with #B56014

Text Example


Text Example

White with #B56014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56014; }

 p { color: rgb(181,96,20); }

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

background-color css

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

 a { background-color: rgb(181,96,20); }

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

border-color css

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

 span { border-color: rgb(181,96,20); }

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