Html Css Color HEX #BB174D Old Rose

📋 copy color: '#BB174D'

red 187 ◦ green 23 ◦ blue 77

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

Shades of Old Rose #BB174D

Tints of Old Rose #BB174D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.01%

 BLUE value IS 77 (30.47% from 255) = 26.83%

R = 65.16%
G = 8.01%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BB174D (or 0xBB174D) is known color: Old Rose. HEX triplet: BB, 17 and 4D. RGB value is (187,23,77). Sum of RGB (Red+Green+Blue) = 187+23+77=287 (38% of max value = 765). Red value is 187 (73.44% from 255 or 65.16% from 287); Green value is 23 (9.38% from 255 or 8.01% from 287); Blue value is 77 (30.47% from 255 or 26.83% from 287); Max value from RGB is 187 - color contains mainly: red. Hex color #BB174D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB174D is #44E8B2. Grayscale: #4E4E4E. Windows color (decimal): -4516019 or 5052347. OLE color: 5052347.

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

Color convert

RGB 187 23 77 -
CMYK 0 0.88 0.59 0.27
HSL 340.24º 0.78% 0.41% -
HSV(B) 340.24º 0.88% 0.73% -
XYZ 22.14 11.71 8.12 -
YUV 78.19 127.33 205.61 -
System Red Green Blue C M Y K H S L
Decimal 187 23 77 0 0.88 0.59 0.27 340.24 0.78 0.41
Hex BB 17 4D 0 58 3B 1B 154 4E 29
Octal 273 27 115 0 130 73 33 524 116 51
Binary 10111011 10111 1001101 0 1011000 111011 11011 101010100 1001110 101001

Color Harmonies of #BB174D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB174D

Black with #BB174D

Text Example


Text Example

White with #BB174D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB174D; }

 p { color: rgb(187,23,77); }

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

background-color css

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

 a { background-color: rgb(187,23,77); }

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

border-color css

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

 span { border-color: rgb(187,23,77); }

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