Html Css Color HEX #B95C1F Christine

📋 copy color: '#B95C1F'

red 185 ◦ green 92 ◦ blue 31

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

Shades of Christine #B95C1F

Tints of Christine #B95C1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.06%

R = 60.06%
G = 29.87%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#B95C1F (or 0xB95C1F) is known color: Christine. HEX triplet: B9, 5C and 1F. RGB value is (185,92,31). Sum of RGB (Red+Green+Blue) = 185+92+31=308 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.06% from 308); Green value is 92 (36.33% from 255 or 29.87% from 308); Blue value is 31 (12.5% from 255 or 10.06% from 308); Max value from RGB is 185 - color contains mainly: red. Hex color #B95C1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95C1F is #46A3E0. Grayscale: #717171. Windows color (decimal): -4629473 or 2055353. OLE color: 2055353.

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

Color convert

RGB 185 92 31 -
CMYK 0 0.50 0.83 0.27
HSL 23.77º 0.71% 0.42% -
HSV(B) 23.77º 0.83% 0.73% -
XYZ 24.08 18.07 3.51 -
YUV 112.85 81.81 179.46 -
System Red Green Blue C M Y K H S L
Decimal 185 92 31 0 0.50 0.83 0.27 23.77 0.71 0.42
Hex B9 5C 1F 0 32 53 1B 18 47 2A
Octal 271 134 37 0 62 123 33 30 107 52
Binary 10111001 1011100 11111 0 110010 1010011 11011 11000 1000111 101010

Color Harmonies of #B95C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95C1F

Black with #B95C1F

Text Example


Text Example

White with #B95C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95C1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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