Html Css Color HEX #B2594A Apple Blossom

📋 copy color: '#B2594A'

red 178 ◦ green 89 ◦ blue 74

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

Shades of Apple Blossom #B2594A

Tints of Apple Blossom #B2594A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.1%

 BLUE value IS 74 (29.3% from 255) = 21.7%

R = 52.2%
G = 26.1%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B2594A (or 0xB2594A) is known color: Apple Blossom. HEX triplet: B2, 59 and 4A. RGB value is (178,89,74). Sum of RGB (Red+Green+Blue) = 178+89+74=341 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.20% from 341); Green value is 89 (35.16% from 255 or 26.10% from 341); Blue value is 74 (29.30% from 255 or 21.70% from 341); Max value from RGB is 178 - color contains mainly: red. Hex color #B2594A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2594A is #4DA6B5. Grayscale: #727272. Windows color (decimal): -5088950 or 4872626. OLE color: 4872626.

HSL color Cylindrical-coordinate representation of color #B2594A: hue angle of 8.65º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B2594A is Cyan = 0, Magento = 0.5, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 89 74 -
CMYK 0 0.5 0.58 0.30
HSL 8.65º 0.41% 0.49% -
HSV(B) 8.65º 0.58% 0.7% -
XYZ 23.17 17.1 8.56 -
YUV 113.9 105.49 173.72 -
System Red Green Blue C M Y K H S L
Decimal 178 89 74 0 0.5 0.58 0.30 8.65 0.41 0.49
Hex B2 59 4A 0 32 3A 1E 9 29 31
Octal 262 131 112 0 62 72 36 11 51 61
Binary 10110010 1011001 1001010 0 110010 111010 11110 1001 101001 110001

Color Harmonies of #B2594A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2594A

Black with #B2594A

Text Example


Text Example

White with #B2594A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2594A; }

 p { color: rgb(178,89,74); }

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

background-color css

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

 a { background-color: rgb(178,89,74); }

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

border-color css

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

 span { border-color: rgb(178,89,74); }

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