Html Css Color HEX #B25344 Apple Blossom

📋 copy color: '#B25344'

red 178 ◦ green 83 ◦ blue 68

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

Shades of Apple Blossom #B25344

Tints of Apple Blossom #B25344

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.23%

 BLUE value IS 68 (26.95% from 255) = 20.67%

R = 54.1%
G = 25.23%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#B25344 (or 0xB25344) is known color: Apple Blossom. HEX triplet: B2, 53 and 44. RGB value is (178,83,68). Sum of RGB (Red+Green+Blue) = 178+83+68=329 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.10% from 329); Green value is 83 (32.81% from 255 or 25.23% from 329); Blue value is 68 (26.95% from 255 or 20.67% from 329); Max value from RGB is 178 - color contains mainly: red. Hex color #B25344 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25344 is #4DACBB. Grayscale: #6D6D6D. Windows color (decimal): -5090492 or 4477874. OLE color: 4477874.

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

Color convert

RGB 178 83 68 -
CMYK 0 0.53 0.62 0.30
HSL 8.18º 0.45% 0.48% -
HSV(B) 8.18º 0.62% 0.7% -
XYZ 22.5 16.07 7.38 -
YUV 109.7 104.47 176.72 -
System Red Green Blue C M Y K H S L
Decimal 178 83 68 0 0.53 0.62 0.30 8.18 0.45 0.48
Hex B2 53 44 0 35 3E 1E 8 2D 30
Octal 262 123 104 0 65 76 36 10 55 60
Binary 10110010 1010011 1000100 0 110101 111110 11110 1000 101101 110000

Color Harmonies of #B25344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25344

Black with #B25344

Text Example


Text Example

White with #B25344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25344; }

 p { color: rgb(178,83,68); }

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

background-color css

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

 a { background-color: rgb(178,83,68); }

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

border-color css

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

 span { border-color: rgb(178,83,68); }

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