Html Css Color HEX #B25367 Blush

📋 copy color: '#B25367'

red 178 ◦ green 83 ◦ blue 103

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

Shades of Blush #B25367

Tints of Blush #B25367

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.8%

 BLUE value IS 103 (40.63% from 255) = 28.3%

R = 48.9%
G = 22.8%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#B25367 (or 0xB25367) is known color: Blush. HEX triplet: B2, 53 and 67. RGB value is (178,83,103). Sum of RGB (Red+Green+Blue) = 178+83+103=364 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.90% from 364); Green value is 83 (32.81% from 255 or 22.80% from 364); Blue value is 103 (40.62% from 255 or 28.30% from 364); Max value from RGB is 178 - color contains mainly: red. Hex color #B25367 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25367 is #4DAC98. Grayscale: #717171. Windows color (decimal): -5090457 or 6771634. OLE color: 6771634.

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

Color convert

RGB 178 83 103 -
CMYK 0 0.53 0.42 0.30
HSL 347.37º 0.38% 0.51% -
HSV(B) 347.37º 0.53% 0.7% -
XYZ 23.9 16.63 14.78 -
YUV 113.69 121.97 173.87 -
System Red Green Blue C M Y K H S L
Decimal 178 83 103 0 0.53 0.42 0.30 347.37 0.38 0.51
Hex B2 53 67 0 35 2A 1E 15B 26 33
Octal 262 123 147 0 65 52 36 533 46 63
Binary 10110010 1010011 1100111 0 110101 101010 11110 101011011 100110 110011

Color Harmonies of #B25367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25367

Black with #B25367

Text Example


Text Example

White with #B25367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25367; }

 p { color: rgb(178,83,103); }

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

background-color css

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

 a { background-color: rgb(178,83,103); }

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

border-color css

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

 span { border-color: rgb(178,83,103); }

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