Html Css Color HEX #B2334E Old Rose

📋 copy color: '#B2334E'

red 178 ◦ green 51 ◦ blue 78

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

Shades of Old Rose #B2334E

Tints of Old Rose #B2334E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.61%

 BLUE value IS 78 (30.86% from 255) = 25.41%

R = 57.98%
G = 16.61%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.56

 K value IS 0.30

RGB Variations

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

Color information

#B2334E (or 0xB2334E) is known color: Old Rose. HEX triplet: B2, 33 and 4E. RGB value is (178,51,78). Sum of RGB (Red+Green+Blue) = 178+51+78=307 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.98% from 307); Green value is 51 (20.31% from 255 or 16.61% from 307); Blue value is 78 (30.86% from 255 or 25.41% from 307); Max value from RGB is 178 - color contains mainly: red. Hex color #B2334E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2334E is #4DCCB1. Grayscale: #5C5C5C. Windows color (decimal): -5098674 or 5125042. OLE color: 5125042.

HSL color Cylindrical-coordinate representation of color #B2334E: hue angle of 347.24º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B2334E is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 51 78 -
CMYK 0 0.71 0.56 0.30
HSL 347.24º 0.55% 0.45% -
HSV(B) 347.24º 0.71% 0.7% -
XYZ 20.92 12.38 8.5 -
YUV 92.05 120.08 189.3 -
System Red Green Blue C M Y K H S L
Decimal 178 51 78 0 0.71 0.56 0.30 347.24 0.55 0.45
Hex B2 33 4E 0 47 38 1E 15B 37 2D
Octal 262 63 116 0 107 70 36 533 67 55
Binary 10110010 110011 1001110 0 1000111 111000 11110 101011011 110111 101101

Color Harmonies of #B2334E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2334E

Black with #B2334E

Text Example


Text Example

White with #B2334E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2334E; }

 p { color: rgb(178,51,78); }

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

background-color css

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

 a { background-color: rgb(178,51,78); }

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

border-color css

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

 span { border-color: rgb(178,51,78); }

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