Html Css Color HEX #BB264D Old Rose

📋 copy color: '#BB264D'

red 187 ◦ green 38 ◦ blue 77

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

Shades of Old Rose #BB264D

Tints of Old Rose #BB264D

RGB

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

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

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

R = 61.92%
G = 12.58%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BB264D (or 0xBB264D) is known color: Old Rose. HEX triplet: BB, 26 and 4D. RGB value is (187,38,77). Sum of RGB (Red+Green+Blue) = 187+38+77=302 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.92% from 302); Green value is 38 (15.23% from 255 or 12.58% from 302); Blue value is 77 (30.47% from 255 or 25.50% from 302); Max value from RGB is 187 - color contains mainly: red. Hex color #BB264D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB264D is #44D9B2. Grayscale: #565656. Windows color (decimal): -4512179 or 5056187. OLE color: 5056187.

HSL color Cylindrical-coordinate representation of color #BB264D: hue angle of 344.3º 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 #BB264D is Cyan = 0, Magento = 0.80, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 38 77 -
CMYK 0 0.80 0.59 0.27
HSL 344.3º 0.66% 0.44% -
HSV(B) 344.3º 0.8% 0.73% -
XYZ 22.53 12.49 8.24 -
YUV 87 122.36 199.33 -
System Red Green Blue C M Y K H S L
Decimal 187 38 77 0 0.80 0.59 0.27 344.3 0.66 0.44
Hex BB 26 4D 0 50 3B 1B 158 42 2C
Octal 273 46 115 0 120 73 33 530 102 54
Binary 10111011 100110 1001101 0 1010000 111011 11011 101011000 1000010 101100

Color Harmonies of #BB264D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB264D

Black with #BB264D

Text Example


Text Example

White with #BB264D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB264D; }

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

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

background-color css

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

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

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

border-color css

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

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

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