Html Css Color HEX #B95551 Sunset

📋 copy color: '#B95551'

red 185 ◦ green 85 ◦ blue 81

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

Shades of Sunset #B95551

Tints of Sunset #B95551

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.22%

 BLUE value IS 81 (32.03% from 255) = 23.08%

R = 52.71%
G = 24.22%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#B95551 (or 0xB95551) is known color: Sunset. HEX triplet: B9, 55 and 51. RGB value is (185,85,81). Sum of RGB (Red+Green+Blue) = 185+85+81=351 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.71% from 351); Green value is 85 (33.59% from 255 or 24.22% from 351); Blue value is 81 (32.03% from 255 or 23.08% from 351); Max value from RGB is 185 - color contains mainly: red. Hex color #B95551 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95551 is #46AAAE. Grayscale: #727272. Windows color (decimal): -4631215 or 5330361. OLE color: 5330361.

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

Color convert

RGB 185 85 81 -
CMYK 0 0.54 0.56 0.27
HSL 2.31º 0.43% 0.52% -
HSV(B) 2.31º 0.56% 0.73% -
XYZ 24.74 17.41 9.84 -
YUV 114.44 109.13 178.33 -
System Red Green Blue C M Y K H S L
Decimal 185 85 81 0 0.54 0.56 0.27 2.31 0.43 0.52
Hex B9 55 51 0 36 38 1B 2 2B 34
Octal 271 125 121 0 66 70 33 2 53 64
Binary 10111001 1010101 1010001 0 110110 111000 11011 10 101011 110100

Color Harmonies of #B95551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95551

Black with #B95551

Text Example


Text Example

White with #B95551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95551; }

 p { color: rgb(185,85,81); }

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

background-color css

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

 a { background-color: rgb(185,85,81); }

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

border-color css

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

 span { border-color: rgb(185,85,81); }

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