Html Css Color HEX #B2506B Blush

📋 copy color: '#B2506B'

red 178 ◦ green 80 ◦ blue 107

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

Shades of Blush #B2506B

Tints of Blush #B2506B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.32%

R = 48.77%
G = 21.92%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#B2506B (or 0xB2506B) is known color: Blush. HEX triplet: B2, 50 and 6B. RGB value is (178,80,107). Sum of RGB (Red+Green+Blue) = 178+80+107=365 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.77% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 178 - color contains mainly: red. Hex color #B2506B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2506B is #4DAF94. Grayscale: #707070. Windows color (decimal): -5091221 or 7033010. OLE color: 7033010.

HSL color Cylindrical-coordinate representation of color #B2506B: hue angle of 343.47º 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 #B2506B is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 80 107 -
CMYK 0 0.55 0.40 0.30
HSL 343.47º 0.39% 0.51% -
HSV(B) 343.47º 0.55% 0.7% -
XYZ 23.88 16.26 15.79 -
YUV 112.38 124.97 174.8 -
System Red Green Blue C M Y K H S L
Decimal 178 80 107 0 0.55 0.40 0.30 343.47 0.39 0.51
Hex B2 50 6B 0 37 28 1E 157 27 33
Octal 262 120 153 0 67 50 36 527 47 63
Binary 10110010 1010000 1101011 0 110111 101000 11110 101010111 100111 110011

Color Harmonies of #B2506B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2506B

Black with #B2506B

Text Example


Text Example

White with #B2506B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2506B; }

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

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

background-color css

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

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

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

border-color css

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

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

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