Html Css Color HEX #BB384B Old Rose

📋 copy color: '#BB384B'

red 187 ◦ green 56 ◦ blue 75

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

Shades of Old Rose #BB384B

Tints of Old Rose #BB384B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.61%

 BLUE value IS 75 (29.69% from 255) = 23.58%

R = 58.81%
G = 17.61%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BB384B (or 0xBB384B) is known color: Old Rose. HEX triplet: BB, 38 and 4B. RGB value is (187,56,75). Sum of RGB (Red+Green+Blue) = 187+56+75=318 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.81% from 318); Green value is 56 (22.27% from 255 or 17.61% from 318); Blue value is 75 (29.69% from 255 or 23.58% from 318); Max value from RGB is 187 - color contains mainly: red. Hex color #BB384B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB384B is #44C7B4. Grayscale: #616161. Windows color (decimal): -4507573 or 4929723. OLE color: 4929723.

HSL color Cylindrical-coordinate representation of color #BB384B: hue angle of 351.3º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB384B is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 56 75 -
CMYK 0 0.70 0.60 0.27
HSL 351.3º 0.54% 0.48% -
HSV(B) 351.3º 0.7% 0.73% -
XYZ 23.18 13.9 8.12 -
YUV 97.34 115.4 191.96 -
System Red Green Blue C M Y K H S L
Decimal 187 56 75 0 0.70 0.60 0.27 351.3 0.54 0.48
Hex BB 38 4B 0 46 3C 1B 15F 36 30
Octal 273 70 113 0 106 74 33 537 66 60
Binary 10111011 111000 1001011 0 1000110 111100 11011 101011111 110110 110000

Color Harmonies of #BB384B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB384B

Black with #BB384B

Text Example


Text Example

White with #BB384B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB384B; }

 p { color: rgb(187,56,75); }

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

background-color css

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

 a { background-color: rgb(187,56,75); }

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

border-color css

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

 span { border-color: rgb(187,56,75); }

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