Html Css Color HEX #BB234F Old Rose

📋 copy color: '#BB234F'

red 187 ◦ green 35 ◦ blue 79

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

Shades of Old Rose #BB234F

Tints of Old Rose #BB234F

RGB

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

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

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

R = 62.13%
G = 11.63%
B = 26.25%

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

#BB234F (or 0xBB234F) is known color: Old Rose. HEX triplet: BB, 23 and 4F. RGB value is (187,35,79). Sum of RGB (Red+Green+Blue) = 187+35+79=301 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.13% from 301); Green value is 35 (14.06% from 255 or 11.63% from 301); Blue value is 79 (31.25% from 255 or 26.25% from 301); Max value from RGB is 187 - color contains mainly: red. Hex color #BB234F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB234F is #44DCB0. Grayscale: #555555. Windows color (decimal): -4512945 or 5186491. OLE color: 5186491.

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

Color convert

RGB 187 35 79 -
CMYK 0 0.81 0.58 0.27
HSL 342.63º 0.68% 0.44% -
HSV(B) 342.63º 0.81% 0.73% -
XYZ 22.51 12.33 8.59 -
YUV 85.46 124.36 200.42 -
System Red Green Blue C M Y K H S L
Decimal 187 35 79 0 0.81 0.58 0.27 342.63 0.68 0.44
Hex BB 23 4F 0 51 3A 1B 157 44 2C
Octal 273 43 117 0 121 72 33 527 104 54
Binary 10111011 100011 1001111 0 1010001 111010 11011 101010111 1000100 101100

Color Harmonies of #BB234F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB234F

Black with #BB234F

Text Example


Text Example

White with #BB234F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB234F; }

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

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

background-color css

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

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

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

border-color css

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

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

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