Html Css Color HEX #B25A4E Apple Blossom

📋 copy color: '#B25A4E'

red 178 ◦ green 90 ◦ blue 78

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

Shades of Apple Blossom #B25A4E

Tints of Apple Blossom #B25A4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 22.54%

R = 51.45%
G = 26.01%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.56

 K value IS 0.30

RGB Variations

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

Color information

#B25A4E (or 0xB25A4E) is known color: Apple Blossom. HEX triplet: B2, 5A and 4E. RGB value is (178,90,78). Sum of RGB (Red+Green+Blue) = 178+90+78=346 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.45% from 346); Green value is 90 (35.55% from 255 or 26.01% from 346); Blue value is 78 (30.86% from 255 or 22.54% from 346); Max value from RGB is 178 - color contains mainly: red. Hex color #B25A4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25A4E is #4DA5B1. Grayscale: #737373. Windows color (decimal): -5088690 or 5135026. OLE color: 5135026.

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

Color convert

RGB 178 90 78 -
CMYK 0 0.49 0.56 0.30
HSL 7.2º 0.39% 0.5% -
HSV(B) 7.2º 0.56% 0.7% -
XYZ 23.39 17.33 9.32 -
YUV 114.94 107.15 172.98 -
System Red Green Blue C M Y K H S L
Decimal 178 90 78 0 0.49 0.56 0.30 7.2 0.39 0.5
Hex B2 5A 4E 0 31 38 1E 7 27 32
Octal 262 132 116 0 61 70 36 7 47 62
Binary 10110010 1011010 1001110 0 110001 111000 11110 111 100111 110010

Color Harmonies of #B25A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25A4E

Black with #B25A4E

Text Example


Text Example

White with #B25A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25A4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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