Html Css Color HEX #B25E6B Blush

📋 copy color: '#B25E6B'

red 178 ◦ green 94 ◦ blue 107

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

Shades of Blush #B25E6B

Tints of Blush #B25E6B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.8%

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

R = 46.97%
G = 24.8%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#B25E6B (or 0xB25E6B) is known color: Blush. HEX triplet: B2, 5E and 6B. RGB value is (178,94,107). Sum of RGB (Red+Green+Blue) = 178+94+107=379 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.97% from 379); Green value is 94 (37.11% from 255 or 24.80% from 379); Blue value is 107 (42.19% from 255 or 28.23% from 379); Max value from RGB is 178 - color contains mainly: red. Hex color #B25E6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25E6B is #4DA194. Grayscale: #787878. Windows color (decimal): -5087637 or 7036594. OLE color: 7036594.

HSL color Cylindrical-coordinate representation of color #B25E6B: hue angle of 350.71º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B25E6B is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 94 107 -
CMYK 0 0.47 0.40 0.30
HSL 350.71º 0.35% 0.53% -
HSV(B) 350.71º 0.47% 0.7% -
XYZ 25.02 18.53 16.17 -
YUV 120.6 120.33 168.94 -
System Red Green Blue C M Y K H S L
Decimal 178 94 107 0 0.47 0.40 0.30 350.71 0.35 0.53
Hex B2 5E 6B 0 2F 28 1E 15F 23 35
Octal 262 136 153 0 57 50 36 537 43 65
Binary 10110010 1011110 1101011 0 101111 101000 11110 101011111 100011 110101

Color Harmonies of #B25E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25E6B

Black with #B25E6B

Text Example


Text Example

White with #B25E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25E6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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