Html Css Color HEX #BB374B Old Rose

📋 copy color: '#BB374B'

red 187 ◦ green 55 ◦ blue 75

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

Shades of Old Rose #BB374B

Tints of Old Rose #BB374B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.35%

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

R = 58.99%
G = 17.35%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BB374B (or 0xBB374B) is known color: Old Rose. HEX triplet: BB, 37 and 4B. RGB value is (187,55,75). Sum of RGB (Red+Green+Blue) = 187+55+75=317 (41% of max value = 765). Red value is 187 (73.44% from 255 or 58.99% from 317); Green value is 55 (21.88% from 255 or 17.35% from 317); Blue value is 75 (29.69% from 255 or 23.66% from 317); Max value from RGB is 187 - color contains mainly: red. Hex color #BB374B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB374B is #44C8B4. Grayscale: #606060. Windows color (decimal): -4507829 or 4929467. OLE color: 4929467.

HSL color Cylindrical-coordinate representation of color #BB374B: hue angle of 350.91º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BB374B is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 55 75 -
CMYK 0 0.71 0.60 0.27
HSL 350.91º 0.55% 0.47% -
HSV(B) 350.91º 0.71% 0.73% -
XYZ 23.13 13.81 8.1 -
YUV 96.75 115.73 192.37 -
System Red Green Blue C M Y K H S L
Decimal 187 55 75 0 0.71 0.60 0.27 350.91 0.55 0.47
Hex BB 37 4B 0 47 3C 1B 15F 37 2F
Octal 273 67 113 0 107 74 33 537 67 57
Binary 10111011 110111 1001011 0 1000111 111100 11011 101011111 110111 101111

Color Harmonies of #BB374B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB374B

Black with #BB374B

Text Example


Text Example

White with #BB374B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB374B; }

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

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

background-color css

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

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

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

border-color css

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

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

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