Html Css Color HEX #B25A54 Apple Blossom

📋 copy color: '#B25A54'

red 178 ◦ green 90 ◦ blue 84

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

Shades of Apple Blossom #B25A54

Tints of Apple Blossom #B25A54

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.57%

 BLUE value IS 84 (33.2% from 255) = 23.86%

R = 50.57%
G = 25.57%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.53

 K value IS 0.30

RGB Variations

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

Color information

#B25A54 (or 0xB25A54) is known color: Apple Blossom. HEX triplet: B2, 5A and 54. RGB value is (178,90,84). Sum of RGB (Red+Green+Blue) = 178+90+84=352 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.57% from 352); Green value is 90 (35.55% from 255 or 25.57% from 352); Blue value is 84 (33.20% from 255 or 23.86% from 352); Max value from RGB is 178 - color contains mainly: red. Hex color #B25A54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25A54 is #4DA5AB. Grayscale: #737373. Windows color (decimal): -5088684 or 5528242. OLE color: 5528242.

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

Color convert

RGB 178 90 84 -
CMYK 0 0.49 0.53 0.30
HSL 3.83º 0.38% 0.51% -
HSV(B) 3.83º 0.53% 0.7% -
XYZ 23.62 17.42 10.5 -
YUV 115.63 110.15 172.49 -
System Red Green Blue C M Y K H S L
Decimal 178 90 84 0 0.49 0.53 0.30 3.83 0.38 0.51
Hex B2 5A 54 0 31 35 1E 4 26 33
Octal 262 132 124 0 61 65 36 4 46 63
Binary 10110010 1011010 1010100 0 110001 110101 11110 100 100110 110011

Color Harmonies of #B25A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25A54

Black with #B25A54

Text Example


Text Example

White with #B25A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25A54; }

 p { color: rgb(178,90,84); }

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

background-color css

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

 a { background-color: rgb(178,90,84); }

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

border-color css

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

 span { border-color: rgb(178,90,84); }

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