Html Css Color HEX #B66313 Christine

📋 copy color: '#B66313'

red 182 ◦ green 99 ◦ blue 19

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

Shades of Christine #B66313

Tints of Christine #B66313

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33%

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

R = 60.67%
G = 33%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B66313 (or 0xB66313) is known color: Christine. HEX triplet: B6, 63 and 13. RGB value is (182,99,19). Sum of RGB (Red+Green+Blue) = 182+99+19=300 (39% of max value = 765). Red value is 182 (71.48% from 255 or 60.67% from 300); Green value is 99 (39.06% from 255 or 33% from 300); Blue value is 19 (7.81% from 255 or 6.33% from 300); Max value from RGB is 182 - color contains mainly: red. Hex color #B66313 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B66313 is #499CEC. Grayscale: #737373. Windows color (decimal): -4824301 or 1270710. OLE color: 1270710.

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

Color convert

RGB 182 99 19 -
CMYK 0 0.46 0.90 0.29
HSL 29.45º 0.81% 0.39% -
HSV(B) 29.45º 0.9% 0.71% -
XYZ 23.87 18.92 3.01 -
YUV 114.7 74 176 -
System Red Green Blue C M Y K H S L
Decimal 182 99 19 0 0.46 0.90 0.29 29.45 0.81 0.39
Hex B6 63 13 0 2E 5A 1D 1D 51 27
Octal 266 143 23 0 56 132 35 35 121 47
Binary 10110110 1100011 10011 0 101110 1011010 11101 11101 1010001 100111

Color Harmonies of #B66313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66313

Black with #B66313

Text Example


Text Example

White with #B66313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66313; }

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

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

background-color css

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

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

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

border-color css

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

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

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