Html Css Color HEX #B25140 Apple Blossom

📋 copy color: '#B25140'

red 178 ◦ green 81 ◦ blue 64

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

Shades of Apple Blossom #B25140

Tints of Apple Blossom #B25140

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.08%

 BLUE value IS 64 (25.39% from 255) = 19.81%

R = 55.11%
G = 25.08%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B25140 (or 0xB25140) is known color: Apple Blossom. HEX triplet: B2, 51 and 40. RGB value is (178,81,64). Sum of RGB (Red+Green+Blue) = 178+81+64=323 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.11% from 323); Green value is 81 (32.03% from 255 or 25.08% from 323); Blue value is 64 (25.39% from 255 or 19.81% from 323); Max value from RGB is 178 - color contains mainly: red. Hex color #B25140 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25140 is #4DAEBF. Grayscale: #6C6C6C. Windows color (decimal): -5091008 or 4215218. OLE color: 4215218.

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

Color convert

RGB 178 81 64 -
CMYK 0 0.54 0.64 0.30
HSL 8.95º 0.47% 0.47% -
HSV(B) 8.95º 0.64% 0.7% -
XYZ 22.23 15.72 6.71 -
YUV 108.07 103.14 177.88 -
System Red Green Blue C M Y K H S L
Decimal 178 81 64 0 0.54 0.64 0.30 8.95 0.47 0.47
Hex B2 51 40 0 36 40 1E 9 2F 2F
Octal 262 121 100 0 66 100 36 11 57 57
Binary 10110010 1010001 1000000 0 110110 1000000 11110 1001 101111 101111

Color Harmonies of #B25140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25140

Black with #B25140

Text Example


Text Example

White with #B25140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25140; }

 p { color: rgb(178,81,64); }

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

background-color css

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

 a { background-color: rgb(178,81,64); }

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

border-color css

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

 span { border-color: rgb(178,81,64); }

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