Html Css Color HEX #B2184B Old Rose

📋 copy color: '#B2184B'

red 178 ◦ green 24 ◦ blue 75

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

Shades of Old Rose #B2184B

Tints of Old Rose #B2184B

RGB

 RED value IS 178 (69.92% from 255) = 64.26%

 GREEN value IS 24 (9.77% from 255) = 8.66%

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

R = 64.26%
G = 8.66%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B2184B (or 0xB2184B) is known color: Old Rose. HEX triplet: B2, 18 and 4B. RGB value is (178,24,75). Sum of RGB (Red+Green+Blue) = 178+24+75=277 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.26% from 277); Green value is 24 (9.77% from 255 or 8.66% from 277); Blue value is 75 (29.69% from 255 or 27.08% from 277); Max value from RGB is 178 - color contains mainly: red. Hex color #B2184B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2184B is #4DE7B4. Grayscale: #4B4B4B. Windows color (decimal): -5105589 or 4921522. OLE color: 4921522.

HSL color Cylindrical-coordinate representation of color #B2184B: hue angle of 340.13º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B2184B is Cyan = 0, Magento = 0.87, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 24 75 -
CMYK 0 0.87 0.58 0.30
HSL 340.13º 0.76% 0.4% -
HSV(B) 340.13º 0.87% 0.7% -
XYZ 19.96 10.63 7.66 -
YUV 75.86 127.52 200.85 -
System Red Green Blue C M Y K H S L
Decimal 178 24 75 0 0.87 0.58 0.30 340.13 0.76 0.4
Hex B2 18 4B 0 57 3A 1E 154 4C 28
Octal 262 30 113 0 127 72 36 524 114 50
Binary 10110010 11000 1001011 0 1010111 111010 11110 101010100 1001100 101000

Color Harmonies of #B2184B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2184B

Black with #B2184B

Text Example


Text Example

White with #B2184B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2184B; }

 p { color: rgb(178,24,75); }

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

background-color css

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

 a { background-color: rgb(178,24,75); }

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

border-color css

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

 span { border-color: rgb(178,24,75); }

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