Html Css Color HEX #B96630 Christine

📋 copy color: '#B96630'

red 185 ◦ green 102 ◦ blue 48

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

Shades of Christine #B96630

Tints of Christine #B96630

RGB

 RED value IS 185 (72.66% from 255) = 55.22%

 GREEN value IS 102 (40.23% from 255) = 30.45%

 BLUE value IS 48 (19.14% from 255) = 14.33%

R = 55.22%
G = 30.45%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#B96630 (or 0xB96630) is known color: Christine. HEX triplet: B9, 66 and 30. RGB value is (185,102,48). Sum of RGB (Red+Green+Blue) = 185+102+48=335 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.22% from 335); Green value is 102 (40.23% from 255 or 30.45% from 335); Blue value is 48 (19.14% from 255 or 14.33% from 335); Max value from RGB is 185 - color contains mainly: red. Hex color #B96630 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96630 is #4699CF. Grayscale: #787878. Windows color (decimal): -4626896 or 3172025. OLE color: 3172025.

HSL color Cylindrical-coordinate representation of color #B96630: hue angle of 23.65º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B96630 is Cyan = 0, Magento = 0.45, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 102 48 -
CMYK 0 0.45 0.74 0.27
HSL 23.65º 0.59% 0.46% -
HSV(B) 23.65º 0.74% 0.73% -
XYZ 25.29 20.03 5.33 -
YUV 120.66 87 173.89 -
System Red Green Blue C M Y K H S L
Decimal 185 102 48 0 0.45 0.74 0.27 23.65 0.59 0.46
Hex B9 66 30 0 2D 4A 1B 18 3B 2E
Octal 271 146 60 0 55 112 33 30 73 56
Binary 10111001 1100110 110000 0 101101 1001010 11011 11000 111011 101110

Color Harmonies of #B96630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96630

Black with #B96630

Text Example


Text Example

White with #B96630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96630; }

 p { color: rgb(185,102,48); }

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

background-color css

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

 a { background-color: rgb(185,102,48); }

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

border-color css

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

 span { border-color: rgb(185,102,48); }

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