Html Css Color HEX #B2506D Blush

📋 copy color: '#B2506D'

red 178 ◦ green 80 ◦ blue 109

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

Shades of Blush #B2506D

Tints of Blush #B2506D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.7%

R = 48.5%
G = 21.8%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#B2506D (or 0xB2506D) is known color: Blush. HEX triplet: B2, 50 and 6D. RGB value is (178,80,109). Sum of RGB (Red+Green+Blue) = 178+80+109=367 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.50% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 109 (42.97% from 255 or 29.70% from 367); Max value from RGB is 178 - color contains mainly: red. Hex color #B2506D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2506D is #4DAF92. Grayscale: #707070. Windows color (decimal): -5091219 or 7164082. OLE color: 7164082.

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

Color convert

RGB 178 80 109 -
CMYK 0 0.55 0.39 0.30
HSL 342.24º 0.39% 0.51% -
HSV(B) 342.24º 0.55% 0.7% -
XYZ 23.99 16.31 16.35 -
YUV 112.61 125.97 174.64 -
System Red Green Blue C M Y K H S L
Decimal 178 80 109 0 0.55 0.39 0.30 342.24 0.39 0.51
Hex B2 50 6D 0 37 27 1E 156 27 33
Octal 262 120 155 0 67 47 36 526 47 63
Binary 10110010 1010000 1101101 0 110111 100111 11110 101010110 100111 110011

Color Harmonies of #B2506D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2506D

Black with #B2506D

Text Example


Text Example

White with #B2506D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2506D; }

 p { color: rgb(178,80,109); }

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

background-color css

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

 a { background-color: rgb(178,80,109); }

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

border-color css

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

 span { border-color: rgb(178,80,109); }

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