Html Css Color HEX #B66413 Christine

📋 copy color: '#B66413'

red 182 ◦ green 100 ◦ blue 19

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

Shades of Christine #B66413

Tints of Christine #B66413

RGB

 RED value IS 182 (71.48% from 255) = 60.47%

 GREEN value IS 100 (39.45% from 255) = 33.22%

 BLUE value IS 19 (7.81% from 255) = 6.31%

R = 60.47%
G = 33.22%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B66413 (or 0xB66413) is known color: Christine. HEX triplet: B6, 64 and 13. RGB value is (182,100,19). Sum of RGB (Red+Green+Blue) = 182+100+19=301 (39% of max value = 765). Red value is 182 (71.48% from 255 or 60.47% from 301); Green value is 100 (39.45% from 255 or 33.22% from 301); Blue value is 19 (7.81% from 255 or 6.31% from 301); Max value from RGB is 182 - color contains mainly: red. Hex color #B66413 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B66413 is #499BEC. Grayscale: #737373. Windows color (decimal): -4824045 or 1270966. OLE color: 1270966.

HSL color Cylindrical-coordinate representation of color #B66413: hue angle of 29.82º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B66413 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 100 19 -
CMYK 0 0.45 0.90 0.29
HSL 29.82º 0.81% 0.39% -
HSV(B) 29.82º 0.9% 0.71% -
XYZ 23.97 19.11 3.04 -
YUV 115.28 73.67 175.59 -
System Red Green Blue C M Y K H S L
Decimal 182 100 19 0 0.45 0.90 0.29 29.82 0.81 0.39
Hex B6 64 13 0 2D 5A 1D 1E 51 27
Octal 266 144 23 0 55 132 35 36 121 47
Binary 10110110 1100100 10011 0 101101 1011010 11101 11110 1010001 100111

Color Harmonies of #B66413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66413

Black with #B66413

Text Example


Text Example

White with #B66413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66413; }

 p { color: rgb(182,100,19); }

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

background-color css

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

 a { background-color: rgb(182,100,19); }

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

border-color css

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

 span { border-color: rgb(182,100,19); }

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