Html Css Color HEX #B1384B Old Rose

📋 copy color: '#B1384B'

red 177 ◦ green 56 ◦ blue 75

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

Shades of Old Rose #B1384B

Tints of Old Rose #B1384B

RGB

 RED value IS 177 (69.53% from 255) = 57.47%

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

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

R = 57.47%
G = 18.18%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B1384B (or 0xB1384B) is known color: Old Rose. HEX triplet: B1, 38 and 4B. RGB value is (177,56,75). Sum of RGB (Red+Green+Blue) = 177+56+75=308 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.47% from 308); Green value is 56 (22.27% from 255 or 18.18% from 308); Blue value is 75 (29.69% from 255 or 24.35% from 308); Max value from RGB is 177 - color contains mainly: red. Hex color #B1384B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1384B is #4EC7B4. Grayscale: #5E5E5E. Windows color (decimal): -5162933 or 4929713. OLE color: 4929713.

HSL color Cylindrical-coordinate representation of color #B1384B: hue angle of 350.58º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B1384B is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 56 75 -
CMYK 0 0.68 0.58 0.31
HSL 350.58º 0.52% 0.46% -
HSV(B) 350.58º 0.68% 0.69% -
XYZ 20.82 12.68 8.01 -
YUV 94.35 117.09 186.96 -
System Red Green Blue C M Y K H S L
Decimal 177 56 75 0 0.68 0.58 0.31 350.58 0.52 0.46
Hex B1 38 4B 0 44 3A 1F 15F 34 2E
Octal 261 70 113 0 104 72 37 537 64 56
Binary 10110001 111000 1001011 0 1000100 111010 11111 101011111 110100 101110

Color Harmonies of #B1384B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1384B

Black with #B1384B

Text Example


Text Example

White with #B1384B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1384B; }

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

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

background-color css

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

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

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

border-color css

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

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

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