Html Css Color HEX #B34C63 Blush

📋 copy color: '#B34C63'

red 179 ◦ green 76 ◦ blue 99

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

Shades of Blush #B34C63

Tints of Blush #B34C63

RGB

 RED value IS 179 (70.31% from 255) = 50.56%

 GREEN value IS 76 (30.08% from 255) = 21.47%

 BLUE value IS 99 (39.06% from 255) = 27.97%

R = 50.56%
G = 21.47%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.45

 K value IS 0.30

RGB Variations

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

Color information

#B34C63 (or 0xB34C63) is known color: Blush. HEX triplet: B3, 4C and 63. RGB value is (179,76,99). Sum of RGB (Red+Green+Blue) = 179+76+99=354 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.56% from 354); Green value is 76 (30.08% from 255 or 21.47% from 354); Blue value is 99 (39.06% from 255 or 27.97% from 354); Max value from RGB is 179 - color contains mainly: red. Hex color #B34C63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34C63 is #4CB39C. Grayscale: #6D6D6D. Windows color (decimal): -5026717 or 6507699. OLE color: 6507699.

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

Color convert

RGB 179 76 99 -
CMYK 0 0.58 0.45 0.30
HSL 346.6º 0.4% 0.5% -
HSV(B) 346.6º 0.58% 0.7% -
XYZ 23.43 15.65 13.59 -
YUV 109.42 122.12 177.63 -
System Red Green Blue C M Y K H S L
Decimal 179 76 99 0 0.58 0.45 0.30 346.6 0.4 0.5
Hex B3 4C 63 0 3A 2D 1E 15B 28 32
Octal 263 114 143 0 72 55 36 533 50 62
Binary 10110011 1001100 1100011 0 111010 101101 11110 101011011 101000 110010

Color Harmonies of #B34C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34C63

Black with #B34C63

Text Example


Text Example

White with #B34C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34C63; }

 p { color: rgb(179,76,99); }

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

background-color css

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

 a { background-color: rgb(179,76,99); }

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

border-color css

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

 span { border-color: rgb(179,76,99); }

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