Html Css Color HEX #BB234E Old Rose

📋 copy color: '#BB234E'

red 187 ◦ green 35 ◦ blue 78

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

Shades of Old Rose #BB234E

Tints of Old Rose #BB234E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.67%

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

R = 62.33%
G = 11.67%
B = 26%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BB234E (or 0xBB234E) is known color: Old Rose. HEX triplet: BB, 23 and 4E. RGB value is (187,35,78). Sum of RGB (Red+Green+Blue) = 187+35+78=300 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.33% from 300); Green value is 35 (14.06% from 255 or 11.67% from 300); Blue value is 78 (30.86% from 255 or 26% from 300); Max value from RGB is 187 - color contains mainly: red. Hex color #BB234E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB234E is #44DCB1. Grayscale: #555555. Windows color (decimal): -4512946 or 5120955. OLE color: 5120955.

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

Color convert

RGB 187 35 78 -
CMYK 0 0.81 0.58 0.27
HSL 343.03º 0.68% 0.44% -
HSV(B) 343.03º 0.81% 0.73% -
XYZ 22.47 12.32 8.4 -
YUV 85.35 123.86 200.5 -
System Red Green Blue C M Y K H S L
Decimal 187 35 78 0 0.81 0.58 0.27 343.03 0.68 0.44
Hex BB 23 4E 0 51 3A 1B 157 44 2C
Octal 273 43 116 0 121 72 33 527 104 54
Binary 10111011 100011 1001110 0 1010001 111010 11011 101010111 1000100 101100

Color Harmonies of #BB234E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB234E

Black with #BB234E

Text Example


Text Example

White with #BB234E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB234E; }

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

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

background-color css

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

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

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

border-color css

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

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

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