Html Css Color HEX #BB514E Sunset

📋 copy color: '#BB514E'

red 187 ◦ green 81 ◦ blue 78

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

Shades of Sunset #BB514E

Tints of Sunset #BB514E

RGB

 RED value IS 187 (73.44% from 255) = 54.05%

 GREEN value IS 81 (32.03% from 255) = 23.41%

 BLUE value IS 78 (30.86% from 255) = 22.54%

R = 54.05%
G = 23.41%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BB514E (or 0xBB514E) is known color: Sunset. HEX triplet: BB, 51 and 4E. RGB value is (187,81,78). Sum of RGB (Red+Green+Blue) = 187+81+78=346 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.05% from 346); Green value is 81 (32.03% from 255 or 23.41% from 346); Blue value is 78 (30.86% from 255 or 22.54% from 346); Max value from RGB is 187 - color contains mainly: red. Hex color #BB514E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB514E is #44AEB1. Grayscale: #707070. Windows color (decimal): -4501170 or 5132731. OLE color: 5132731.

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

Color convert

RGB 187 81 78 -
CMYK 0 0.57 0.58 0.27
HSL 1.65º 0.44% 0.52% -
HSV(B) 1.65º 0.58% 0.73% -
XYZ 24.81 17 9.18 -
YUV 112.35 108.62 181.24 -
System Red Green Blue C M Y K H S L
Decimal 187 81 78 0 0.57 0.58 0.27 1.65 0.44 0.52
Hex BB 51 4E 0 39 3A 1B 2 2C 34
Octal 273 121 116 0 71 72 33 2 54 64
Binary 10111011 1010001 1001110 0 111001 111010 11011 10 101100 110100

Color Harmonies of #BB514E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB514E

Black with #BB514E

Text Example


Text Example

White with #BB514E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB514E; }

 p { color: rgb(187,81,78); }

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

background-color css

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

 a { background-color: rgb(187,81,78); }

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

border-color css

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

 span { border-color: rgb(187,81,78); }

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