Html Css Color HEX #BB264F Old Rose

📋 copy color: '#BB264F'

red 187 ◦ green 38 ◦ blue 79

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

Shades of Old Rose #BB264F

Tints of Old Rose #BB264F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.5%

 BLUE value IS 79 (31.25% from 255) = 25.99%

R = 61.51%
G = 12.5%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BB264F (or 0xBB264F) is known color: Old Rose. HEX triplet: BB, 26 and 4F. RGB value is (187,38,79). Sum of RGB (Red+Green+Blue) = 187+38+79=304 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.51% from 304); Green value is 38 (15.23% from 255 or 12.5% from 304); Blue value is 79 (31.25% from 255 or 25.99% from 304); Max value from RGB is 187 - color contains mainly: red. Hex color #BB264F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB264F is #44D9B0. Grayscale: #575757. Windows color (decimal): -4512177 or 5187259. OLE color: 5187259.

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

Color convert

RGB 187 38 79 -
CMYK 0 0.80 0.58 0.27
HSL 343.49º 0.66% 0.44% -
HSV(B) 343.49º 0.8% 0.73% -
XYZ 22.6 12.52 8.62 -
YUV 87.23 123.36 199.17 -
System Red Green Blue C M Y K H S L
Decimal 187 38 79 0 0.80 0.58 0.27 343.49 0.66 0.44
Hex BB 26 4F 0 50 3A 1B 157 42 2C
Octal 273 46 117 0 120 72 33 527 102 54
Binary 10111011 100110 1001111 0 1010000 111010 11011 101010111 1000010 101100

Color Harmonies of #BB264F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB264F

Black with #BB264F

Text Example


Text Example

White with #BB264F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB264F; }

 p { color: rgb(187,38,79); }

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

background-color css

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

 a { background-color: rgb(187,38,79); }

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

border-color css

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

 span { border-color: rgb(187,38,79); }

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