Html Css Color HEX #B2174B Old Rose

📋 copy color: '#B2174B'

red 178 ◦ green 23 ◦ blue 75

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

Shades of Old Rose #B2174B

Tints of Old Rose #B2174B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.33%

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

R = 64.49%
G = 8.33%
B = 27.17%

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

#B2174B (or 0xB2174B) is known color: Old Rose. HEX triplet: B2, 17 and 4B. RGB value is (178,23,75). Sum of RGB (Red+Green+Blue) = 178+23+75=276 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.49% from 276); Green value is 23 (9.38% from 255 or 8.33% from 276); Blue value is 75 (29.69% from 255 or 27.17% from 276); Max value from RGB is 178 - color contains mainly: red. Hex color #B2174B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2174B is #4DE8B4. Grayscale: #4B4B4B. Windows color (decimal): -5105845 or 4921266. OLE color: 4921266.

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

Color convert

RGB 178 23 75 -
CMYK 0 0.87 0.58 0.30
HSL 339.87º 0.77% 0.39% -
HSV(B) 339.87º 0.87% 0.7% -
XYZ 19.94 10.59 7.65 -
YUV 75.27 127.85 201.27 -
System Red Green Blue C M Y K H S L
Decimal 178 23 75 0 0.87 0.58 0.30 339.87 0.77 0.39
Hex B2 17 4B 0 57 3A 1E 154 4D 27
Octal 262 27 113 0 127 72 36 524 115 47
Binary 10110010 10111 1001011 0 1010111 111010 11110 101010100 1001101 100111

Color Harmonies of #B2174B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2174B

Black with #B2174B

Text Example


Text Example

White with #B2174B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2174B; }

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

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

background-color css

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

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

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

border-color css

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

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

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