Html Css Color HEX #B0594E Apple Blossom

📋 copy color: '#B0594E'

red 176 ◦ green 89 ◦ blue 78

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

Shades of Apple Blossom #B0594E

Tints of Apple Blossom #B0594E

RGB

 RED value IS 176 (69.14% from 255) = 51.31%

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

 BLUE value IS 78 (30.86% from 255) = 22.74%

R = 51.31%
G = 25.95%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B0594E (or 0xB0594E) is known color: Apple Blossom. HEX triplet: B0, 59 and 4E. RGB value is (176,89,78). Sum of RGB (Red+Green+Blue) = 176+89+78=343 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.31% from 343); Green value is 89 (35.16% from 255 or 25.95% from 343); Blue value is 78 (30.86% from 255 or 22.74% from 343); Max value from RGB is 176 - color contains mainly: red. Hex color #B0594E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0594E is #4FA6B1. Grayscale: #717171. Windows color (decimal): -5220018 or 5134768. OLE color: 5134768.

HSL color Cylindrical-coordinate representation of color #B0594E: hue angle of 6.73º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B0594E is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 89 78 -
CMYK 0 0.49 0.56 0.31
HSL 6.73º 0.39% 0.5% -
HSV(B) 6.73º 0.56% 0.69% -
XYZ 22.85 16.92 9.27 -
YUV 113.76 107.82 172.39 -
System Red Green Blue C M Y K H S L
Decimal 176 89 78 0 0.49 0.56 0.31 6.73 0.39 0.5
Hex B0 59 4E 0 31 38 1F 7 27 32
Octal 260 131 116 0 61 70 37 7 47 62
Binary 10110000 1011001 1001110 0 110001 111000 11111 111 100111 110010

Color Harmonies of #B0594E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0594E

Black with #B0594E

Text Example


Text Example

White with #B0594E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0594E; }

 p { color: rgb(176,89,78); }

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

background-color css

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

 a { background-color: rgb(176,89,78); }

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

border-color css

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

 span { border-color: rgb(176,89,78); }

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