Html Css Color HEX #B25543 Apple Blossom

📋 copy color: '#B25543'

red 178 ◦ green 85 ◦ blue 67

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

Shades of Apple Blossom #B25543

Tints of Apple Blossom #B25543

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 20.3%

R = 53.94%
G = 25.76%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#B25543 (or 0xB25543) is known color: Apple Blossom. HEX triplet: B2, 55 and 43. RGB value is (178,85,67). Sum of RGB (Red+Green+Blue) = 178+85+67=330 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.94% from 330); Green value is 85 (33.59% from 255 or 25.76% from 330); Blue value is 67 (26.56% from 255 or 20.30% from 330); Max value from RGB is 178 - color contains mainly: red. Hex color #B25543 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25543 is #4DAABC. Grayscale: #6E6E6E. Windows color (decimal): -5089981 or 4412850. OLE color: 4412850.

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

Color convert

RGB 178 85 67 -
CMYK 0 0.52 0.62 0.30
HSL 9.73º 0.45% 0.48% -
HSV(B) 9.73º 0.62% 0.7% -
XYZ 22.62 16.37 7.28 -
YUV 110.76 103.31 175.96 -
System Red Green Blue C M Y K H S L
Decimal 178 85 67 0 0.52 0.62 0.30 9.73 0.45 0.48
Hex B2 55 43 0 34 3E 1E A 2D 30
Octal 262 125 103 0 64 76 36 12 55 60
Binary 10110010 1010101 1000011 0 110100 111110 11110 1010 101101 110000

Color Harmonies of #B25543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25543

Black with #B25543

Text Example


Text Example

White with #B25543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25543; }

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

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

background-color css

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

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

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

border-color css

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

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

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