Html Css Color HEX #B45068 Blush

📋 copy color: '#B45068'

red 180 ◦ green 80 ◦ blue 104

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

Shades of Blush #B45068

Tints of Blush #B45068

RGB

 RED value IS 180 (70.7% from 255) = 49.45%

 GREEN value IS 80 (31.64% from 255) = 21.98%

 BLUE value IS 104 (41.02% from 255) = 28.57%

R = 49.45%
G = 21.98%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#B45068 (or 0xB45068) is known color: Blush. HEX triplet: B4, 50 and 68. RGB value is (180,80,104). Sum of RGB (Red+Green+Blue) = 180+80+104=364 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.45% from 364); Green value is 80 (31.64% from 255 or 21.98% from 364); Blue value is 104 (41.02% from 255 or 28.57% from 364); Max value from RGB is 180 - color contains mainly: red. Hex color #B45068 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45068 is #4BAF97. Grayscale: #707070. Windows color (decimal): -4960152 or 6836404. OLE color: 6836404.

HSL color Cylindrical-coordinate representation of color #B45068: hue angle of 345.6º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B45068 is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 80 104 -
CMYK 0 0.56 0.42 0.29
HSL 345.6º 0.4% 0.51% -
HSV(B) 345.6º 0.56% 0.71% -
XYZ 24.19 16.44 15 -
YUV 112.64 123.13 176.05 -
System Red Green Blue C M Y K H S L
Decimal 180 80 104 0 0.56 0.42 0.29 345.6 0.4 0.51
Hex B4 50 68 0 38 2A 1D 15A 28 33
Octal 264 120 150 0 70 52 35 532 50 63
Binary 10110100 1010000 1101000 0 111000 101010 11101 101011010 101000 110011

Color Harmonies of #B45068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45068

Black with #B45068

Text Example


Text Example

White with #B45068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45068; }

 p { color: rgb(180,80,104); }

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

background-color css

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

 a { background-color: rgb(180,80,104); }

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

border-color css

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

 span { border-color: rgb(180,80,104); }

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