Html Css Color HEX #B96223 Christine

📋 copy color: '#B96223'

red 185 ◦ green 98 ◦ blue 35

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

Shades of Christine #B96223

Tints of Christine #B96223

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.82%

 BLUE value IS 35 (14.06% from 255) = 11.01%

R = 58.18%
G = 30.82%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#B96223 (or 0xB96223) is known color: Christine. HEX triplet: B9, 62 and 23. RGB value is (185,98,35). Sum of RGB (Red+Green+Blue) = 185+98+35=318 (42% of max value = 765). Red value is 185 (72.66% from 255 or 58.18% from 318); Green value is 98 (38.67% from 255 or 30.82% from 318); Blue value is 35 (14.06% from 255 or 11.01% from 318); Max value from RGB is 185 - color contains mainly: red. Hex color #B96223 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96223 is #469DDC. Grayscale: #757575. Windows color (decimal): -4627933 or 2319033. OLE color: 2319033.

HSL color Cylindrical-coordinate representation of color #B96223: hue angle of 25.2º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B96223 is Cyan = 0, Magento = 0.47, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 98 35 -
CMYK 0 0.47 0.81 0.27
HSL 25.2º 0.68% 0.43% -
HSV(B) 25.2º 0.81% 0.73% -
XYZ 24.68 19.17 3.99 -
YUV 116.83 81.82 176.62 -
System Red Green Blue C M Y K H S L
Decimal 185 98 35 0 0.47 0.81 0.27 25.2 0.68 0.43
Hex B9 62 23 0 2F 51 1B 19 44 2B
Octal 271 142 43 0 57 121 33 31 104 53
Binary 10111001 1100010 100011 0 101111 1010001 11011 11001 1000100 101011

Color Harmonies of #B96223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96223

Black with #B96223

Text Example


Text Example

White with #B96223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96223; }

 p { color: rgb(185,98,35); }

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

background-color css

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

 a { background-color: rgb(185,98,35); }

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

border-color css

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

 span { border-color: rgb(185,98,35); }

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