Html Css Color HEX #B1384A Old Rose

📋 copy color: '#B1384A'

red 177 ◦ green 56 ◦ blue 74

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

Shades of Old Rose #B1384A

Tints of Old Rose #B1384A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.1%

R = 57.65%
G = 18.24%
B = 24.1%

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

#B1384A (or 0xB1384A) is known color: Old Rose. HEX triplet: B1, 38 and 4A. RGB value is (177,56,74). Sum of RGB (Red+Green+Blue) = 177+56+74=307 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.65% from 307); Green value is 56 (22.27% from 255 or 18.24% from 307); Blue value is 74 (29.30% from 255 or 24.10% from 307); Max value from RGB is 177 - color contains mainly: red. Hex color #B1384A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1384A is #4EC7B5. Grayscale: #5E5E5E. Windows color (decimal): -5162934 or 4864177. OLE color: 4864177.

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

Color convert

RGB 177 56 74 -
CMYK 0 0.68 0.58 0.31
HSL 351.07º 0.52% 0.46% -
HSV(B) 351.07º 0.68% 0.69% -
XYZ 20.78 12.67 7.83 -
YUV 94.23 116.59 187.04 -
System Red Green Blue C M Y K H S L
Decimal 177 56 74 0 0.68 0.58 0.31 351.07 0.52 0.46
Hex B1 38 4A 0 44 3A 1F 15F 34 2E
Octal 261 70 112 0 104 72 37 537 64 56
Binary 10110001 111000 1001010 0 1000100 111010 11111 101011111 110100 101110

Color Harmonies of #B1384A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1384A

Black with #B1384A

Text Example


Text Example

White with #B1384A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1384A; }

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

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

background-color css

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

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

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

border-color css

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

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

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