Html Css Color HEX #B25542 Apple Blossom

📋 copy color: '#B25542'

red 178 ◦ green 85 ◦ blue 66

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

Shades of Apple Blossom #B25542

Tints of Apple Blossom #B25542

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.84%

 BLUE value IS 66 (26.17% from 255) = 20.06%

R = 54.1%
G = 25.84%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B25542 (or 0xB25542) is known color: Apple Blossom. HEX triplet: B2, 55 and 42. RGB value is (178,85,66). Sum of RGB (Red+Green+Blue) = 178+85+66=329 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.10% from 329); Green value is 85 (33.59% from 255 or 25.84% from 329); Blue value is 66 (26.17% from 255 or 20.06% from 329); Max value from RGB is 178 - color contains mainly: red. Hex color #B25542 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25542 is #4DAABD. Grayscale: #6E6E6E. Windows color (decimal): -5089982 or 4347314. OLE color: 4347314.

HSL color Cylindrical-coordinate representation of color #B25542: hue angle of 10.18º degrees, saturation: 0.46, 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 #B25542 is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 85 66 -
CMYK 0 0.52 0.63 0.30
HSL 10.18º 0.46% 0.48% -
HSV(B) 10.18º 0.63% 0.7% -
XYZ 22.59 16.36 7.12 -
YUV 110.64 102.81 176.04 -
System Red Green Blue C M Y K H S L
Decimal 178 85 66 0 0.52 0.63 0.30 10.18 0.46 0.48
Hex B2 55 42 0 34 3F 1E A 2E 30
Octal 262 125 102 0 64 77 36 12 56 60
Binary 10110010 1010101 1000010 0 110100 111111 11110 1010 101110 110000

Color Harmonies of #B25542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25542

Black with #B25542

Text Example


Text Example

White with #B25542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25542; }

 p { color: rgb(178,85,66); }

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

background-color css

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

 a { background-color: rgb(178,85,66); }

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

border-color css

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

 span { border-color: rgb(178,85,66); }

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