Html Css Color HEX #B95C23 Christine

📋 copy color: '#B95C23'

red 185 ◦ green 92 ◦ blue 35

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

Shades of Christine #B95C23

Tints of Christine #B95C23

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.49%

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

R = 59.29%
G = 29.49%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#B95C23 (or 0xB95C23) is known color: Christine. HEX triplet: B9, 5C and 23. RGB value is (185,92,35). Sum of RGB (Red+Green+Blue) = 185+92+35=312 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.29% from 312); Green value is 92 (36.33% from 255 or 29.49% from 312); Blue value is 35 (14.06% from 255 or 11.22% from 312); Max value from RGB is 185 - color contains mainly: red. Hex color #B95C23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95C23 is #46A3DC. Grayscale: #717171. Windows color (decimal): -4629469 or 2317497. OLE color: 2317497.

HSL color Cylindrical-coordinate representation of color #B95C23: hue angle of 22.8º 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 #B95C23 is Cyan = 0, Magento = 0.50, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 92 35 -
CMYK 0 0.50 0.81 0.27
HSL 22.8º 0.68% 0.43% -
HSV(B) 22.8º 0.81% 0.73% -
XYZ 24.14 18.09 3.81 -
YUV 113.31 83.81 179.13 -
System Red Green Blue C M Y K H S L
Decimal 185 92 35 0 0.50 0.81 0.27 22.8 0.68 0.43
Hex B9 5C 23 0 32 51 1B 17 44 2B
Octal 271 134 43 0 62 121 33 27 104 53
Binary 10111001 1011100 100011 0 110010 1010001 11011 10111 1000100 101011

Color Harmonies of #B95C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95C23

Black with #B95C23

Text Example


Text Example

White with #B95C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95C23; }

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

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

background-color css

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

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

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

border-color css

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

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

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