Html Css Color HEX #B95E26 Christine

📋 copy color: '#B95E26'

red 185 ◦ green 94 ◦ blue 38

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

Shades of Christine #B95E26

Tints of Christine #B95E26

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.65%

 BLUE value IS 38 (15.23% from 255) = 11.99%

R = 58.36%
G = 29.65%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#B95E26 (or 0xB95E26) is known color: Christine. HEX triplet: B9, 5E and 26. RGB value is (185,94,38). Sum of RGB (Red+Green+Blue) = 185+94+38=317 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.36% from 317); Green value is 94 (37.11% from 255 or 29.65% from 317); Blue value is 38 (15.23% from 255 or 11.99% from 317); Max value from RGB is 185 - color contains mainly: red. Hex color #B95E26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95E26 is #46A1D9. Grayscale: #737373. Windows color (decimal): -4628954 or 2514617. OLE color: 2514617.

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

Color convert

RGB 185 94 38 -
CMYK 0 0.49 0.79 0.27
HSL 22.86º 0.66% 0.44% -
HSV(B) 22.86º 0.79% 0.73% -
XYZ 24.36 18.46 4.11 -
YUV 114.83 84.65 178.05 -
System Red Green Blue C M Y K H S L
Decimal 185 94 38 0 0.49 0.79 0.27 22.86 0.66 0.44
Hex B9 5E 26 0 31 4F 1B 17 42 2C
Octal 271 136 46 0 61 117 33 27 102 54
Binary 10111001 1011110 100110 0 110001 1001111 11011 10111 1000010 101100

Color Harmonies of #B95E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95E26

Black with #B95E26

Text Example


Text Example

White with #B95E26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95E26; }

 p { color: rgb(185,94,38); }

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

background-color css

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

 a { background-color: rgb(185,94,38); }

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

border-color css

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

 span { border-color: rgb(185,94,38); }

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