Html Css Color HEX #B95F20 Christine

📋 copy color: '#B95F20'

red 185 ◦ green 95 ◦ blue 32

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

Shades of Christine #B95F20

Tints of Christine #B95F20

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.45%

 BLUE value IS 32 (12.89% from 255) = 10.26%

R = 59.29%
G = 30.45%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#B95F20 (or 0xB95F20) is known color: Christine. HEX triplet: B9, 5F and 20. RGB value is (185,95,32). Sum of RGB (Red+Green+Blue) = 185+95+32=312 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.29% from 312); Green value is 95 (37.5% from 255 or 30.45% from 312); Blue value is 32 (12.89% from 255 or 10.26% from 312); Max value from RGB is 185 - color contains mainly: red. Hex color #B95F20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95F20 is #46A0DF. Grayscale: #737373. Windows color (decimal): -4628704 or 2121657. OLE color: 2121657.

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

Color convert

RGB 185 95 32 -
CMYK 0 0.49 0.83 0.27
HSL 24.71º 0.71% 0.43% -
HSV(B) 24.71º 0.83% 0.73% -
XYZ 24.36 18.6 3.67 -
YUV 114.73 81.32 178.12 -
System Red Green Blue C M Y K H S L
Decimal 185 95 32 0 0.49 0.83 0.27 24.71 0.71 0.43
Hex B9 5F 20 0 31 53 1B 19 47 2B
Octal 271 137 40 0 61 123 33 31 107 53
Binary 10111001 1011111 100000 0 110001 1010011 11011 11001 1000111 101011

Color Harmonies of #B95F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95F20

Black with #B95F20

Text Example


Text Example

White with #B95F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95F20; }

 p { color: rgb(185,95,32); }

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

background-color css

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

 a { background-color: rgb(185,95,32); }

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

border-color css

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

 span { border-color: rgb(185,95,32); }

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