Html Css Color HEX #B55D14 Christine

📋 copy color: '#B55D14'

red 181 ◦ green 93 ◦ blue 20

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

Shades of Christine #B55D14

Tints of Christine #B55D14

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.63%

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

R = 61.56%
G = 31.63%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B55D14 (or 0xB55D14) is known color: Christine. HEX triplet: B5, 5D and 14. RGB value is (181,93,20). Sum of RGB (Red+Green+Blue) = 181+93+20=294 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.56% from 294); Green value is 93 (36.72% from 255 or 31.63% from 294); Blue value is 20 (8.20% from 255 or 6.80% from 294); Max value from RGB is 181 - color contains mainly: red. Hex color #B55D14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55D14 is #4AA2EB. Grayscale: #6F6F6F. Windows color (decimal): -4891372 or 1334709. OLE color: 1334709.

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

Color convert

RGB 181 93 20 -
CMYK 0 0.49 0.89 0.29
HSL 27.2º 0.8% 0.39% -
HSV(B) 27.2º 0.89% 0.71% -
XYZ 23.1 17.7 2.86 -
YUV 110.99 76.65 177.94 -
System Red Green Blue C M Y K H S L
Decimal 181 93 20 0 0.49 0.89 0.29 27.2 0.8 0.39
Hex B5 5D 14 0 31 59 1D 1B 50 27
Octal 265 135 24 0 61 131 35 33 120 47
Binary 10110101 1011101 10100 0 110001 1011001 11101 11011 1010000 100111

Color Harmonies of #B55D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55D14

Black with #B55D14

Text Example


Text Example

White with #B55D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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