Html Css Color HEX #B25440 Apple Blossom

📋 copy color: '#B25440'

red 178 ◦ green 84 ◦ blue 64

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

Shades of Apple Blossom #B25440

Tints of Apple Blossom #B25440

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.77%

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

R = 54.6%
G = 25.77%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B25440 (or 0xB25440) is known color: Apple Blossom. HEX triplet: B2, 54 and 40. RGB value is (178,84,64). Sum of RGB (Red+Green+Blue) = 178+84+64=326 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.60% from 326); Green value is 84 (33.20% from 255 or 25.77% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 178 - color contains mainly: red. Hex color #B25440 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25440 is #4DABBF. Grayscale: #6E6E6E. Windows color (decimal): -5090240 or 4215986. OLE color: 4215986.

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

Color convert

RGB 178 84 64 -
CMYK 0 0.53 0.64 0.30
HSL 10.53º 0.47% 0.47% -
HSV(B) 10.53º 0.64% 0.7% -
XYZ 22.46 16.18 6.79 -
YUV 109.83 102.14 176.63 -
System Red Green Blue C M Y K H S L
Decimal 178 84 64 0 0.53 0.64 0.30 10.53 0.47 0.47
Hex B2 54 40 0 35 40 1E B 2F 2F
Octal 262 124 100 0 65 100 36 13 57 57
Binary 10110010 1010100 1000000 0 110101 1000000 11110 1011 101111 101111

Color Harmonies of #B25440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25440

Black with #B25440

Text Example


Text Example

White with #B25440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25440; }

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

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

background-color css

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

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

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

border-color css

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

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

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