Html Css Color HEX #B25441 Apple Blossom

📋 copy color: '#B25441'

red 178 ◦ green 84 ◦ blue 65

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

Shades of Apple Blossom #B25441

Tints of Apple Blossom #B25441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.88%

R = 54.43%
G = 25.69%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B25441 (or 0xB25441) is known color: Apple Blossom. HEX triplet: B2, 54 and 41. RGB value is (178,84,65). Sum of RGB (Red+Green+Blue) = 178+84+65=327 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.43% from 327); Green value is 84 (33.20% from 255 or 25.69% from 327); Blue value is 65 (25.78% from 255 or 19.88% from 327); Max value from RGB is 178 - color contains mainly: red. Hex color #B25441 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25441 is #4DABBE. Grayscale: #6E6E6E. Windows color (decimal): -5090239 or 4281522. OLE color: 4281522.

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

Color convert

RGB 178 84 65 -
CMYK 0 0.53 0.63 0.30
HSL 10.09º 0.47% 0.48% -
HSV(B) 10.09º 0.63% 0.7% -
XYZ 22.48 16.19 6.94 -
YUV 109.94 102.64 176.54 -
System Red Green Blue C M Y K H S L
Decimal 178 84 65 0 0.53 0.63 0.30 10.09 0.47 0.48
Hex B2 54 41 0 35 3F 1E A 2F 30
Octal 262 124 101 0 65 77 36 12 57 60
Binary 10110010 1010100 1000001 0 110101 111111 11110 1010 101111 110000

Color Harmonies of #B25441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25441

Black with #B25441

Text Example


Text Example

White with #B25441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25441; }

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

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

background-color css

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

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

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

border-color css

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

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

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