Html Css Color HEX #B95D14 Christine

📋 copy color: '#B95D14'

red 185 ◦ green 93 ◦ blue 20

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

Shades of Christine #B95D14

Tints of Christine #B95D14

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.21%

 BLUE value IS 20 (8.2% from 255) = 6.71%

R = 62.08%
G = 31.21%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#B95D14 (or 0xB95D14) is known color: Christine. HEX triplet: B9, 5D and 14. RGB value is (185,93,20). Sum of RGB (Red+Green+Blue) = 185+93+20=298 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.08% from 298); Green value is 93 (36.72% from 255 or 31.21% from 298); Blue value is 20 (8.20% from 255 or 6.71% from 298); Max value from RGB is 185 - color contains mainly: red. Hex color #B95D14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95D14 is #46A2EB. Grayscale: #707070. Windows color (decimal): -4629228 or 1334713. OLE color: 1334713.

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

Color convert

RGB 185 93 20 -
CMYK 0 0.50 0.89 0.27
HSL 26.55º 0.8% 0.4% -
HSV(B) 26.55º 0.89% 0.73% -
XYZ 24.05 18.19 2.91 -
YUV 112.19 75.98 179.94 -
System Red Green Blue C M Y K H S L
Decimal 185 93 20 0 0.50 0.89 0.27 26.55 0.8 0.4
Hex B9 5D 14 0 32 59 1B 1B 50 28
Octal 271 135 24 0 62 131 33 33 120 50
Binary 10111001 1011101 10100 0 110010 1011001 11011 11011 1010000 101000

Color Harmonies of #B95D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95D14

Black with #B95D14

Text Example


Text Example

White with #B95D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95D14; }

 p { color: rgb(185,93,20); }

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

background-color css

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

 a { background-color: rgb(185,93,20); }

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

border-color css

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

 span { border-color: rgb(185,93,20); }

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