Html Css Color HEX #BB3845 Old Rose

📋 copy color: '#BB3845'

red 187 ◦ green 56 ◦ blue 69

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

Shades of Old Rose #BB3845

Tints of Old Rose #BB3845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 22.12%

R = 59.94%
G = 17.95%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BB3845 (or 0xBB3845) is known color: Old Rose. HEX triplet: BB, 38 and 45. RGB value is (187,56,69). Sum of RGB (Red+Green+Blue) = 187+56+69=312 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.94% from 312); Green value is 56 (22.27% from 255 or 17.95% from 312); Blue value is 69 (27.34% from 255 or 22.12% from 312); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3845 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3845 is #44C7BA. Grayscale: #606060. Windows color (decimal): -4507579 or 4536507. OLE color: 4536507.

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

Color convert

RGB 187 56 69 -
CMYK 0 0.70 0.63 0.27
HSL 354.05º 0.54% 0.48% -
HSV(B) 354.05º 0.7% 0.73% -
XYZ 22.98 13.82 7.09 -
YUV 96.65 112.4 192.44 -
System Red Green Blue C M Y K H S L
Decimal 187 56 69 0 0.70 0.63 0.27 354.05 0.54 0.48
Hex BB 38 45 0 46 3F 1B 162 36 30
Octal 273 70 105 0 106 77 33 542 66 60
Binary 10111011 111000 1000101 0 1000110 111111 11011 101100010 110110 110000

Color Harmonies of #BB3845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3845

Black with #BB3845

Text Example


Text Example

White with #BB3845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3845; }

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

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

background-color css

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

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

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

border-color css

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

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

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