Html Css Color HEX #B95C19 Christine

📋 copy color: '#B95C19'

red 185 ◦ green 92 ◦ blue 25

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

Shades of Christine #B95C19

Tints of Christine #B95C19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.28%

R = 61.26%
G = 30.46%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#B95C19 (or 0xB95C19) is known color: Christine. HEX triplet: B9, 5C and 19. RGB value is (185,92,25). Sum of RGB (Red+Green+Blue) = 185+92+25=302 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.26% from 302); Green value is 92 (36.33% from 255 or 30.46% from 302); Blue value is 25 (10.16% from 255 or 8.28% from 302); Max value from RGB is 185 - color contains mainly: red. Hex color #B95C19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95C19 is #46A3E6. Grayscale: #707070. Windows color (decimal): -4629479 or 1662137. OLE color: 1662137.

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

Color convert

RGB 185 92 25 -
CMYK 0 0.50 0.86 0.27
HSL 25.13º 0.76% 0.41% -
HSV(B) 25.13º 0.86% 0.73% -
XYZ 24.01 18.04 3.14 -
YUV 112.17 78.81 179.95 -
System Red Green Blue C M Y K H S L
Decimal 185 92 25 0 0.50 0.86 0.27 25.13 0.76 0.41
Hex B9 5C 19 0 32 56 1B 19 4C 29
Octal 271 134 31 0 62 126 33 31 114 51
Binary 10111001 1011100 11001 0 110010 1010110 11011 11001 1001100 101001

Color Harmonies of #B95C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95C19

Black with #B95C19

Text Example


Text Example

White with #B95C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95C19; }

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

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

background-color css

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

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

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

border-color css

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

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

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