Html Css Color HEX #B0544A Apple Blossom

📋 copy color: '#B0544A'

red 176 ◦ green 84 ◦ blue 74

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

Shades of Apple Blossom #B0544A

Tints of Apple Blossom #B0544A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.15%

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

R = 52.69%
G = 25.15%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B0544A (or 0xB0544A) is known color: Apple Blossom. HEX triplet: B0, 54 and 4A. RGB value is (176,84,74). Sum of RGB (Red+Green+Blue) = 176+84+74=334 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.69% from 334); Green value is 84 (33.20% from 255 or 25.15% from 334); Blue value is 74 (29.30% from 255 or 22.16% from 334); Max value from RGB is 176 - color contains mainly: red. Hex color #B0544A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0544A is #4FABB5. Grayscale: #6E6E6E. Windows color (decimal): -5221302 or 4871344. OLE color: 4871344.

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

Color convert

RGB 176 84 74 -
CMYK 0 0.52 0.58 0.31
HSL 5.88º 0.41% 0.49% -
HSV(B) 5.88º 0.58% 0.69% -
XYZ 22.31 16.07 8.4 -
YUV 110.37 107.48 174.81 -
System Red Green Blue C M Y K H S L
Decimal 176 84 74 0 0.52 0.58 0.31 5.88 0.41 0.49
Hex B0 54 4A 0 34 3A 1F 6 29 31
Octal 260 124 112 0 64 72 37 6 51 61
Binary 10110000 1010100 1001010 0 110100 111010 11111 110 101001 110001

Color Harmonies of #B0544A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0544A

Black with #B0544A

Text Example


Text Example

White with #B0544A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0544A; }

 p { color: rgb(176,84,74); }

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

background-color css

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

 a { background-color: rgb(176,84,74); }

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

border-color css

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

 span { border-color: rgb(176,84,74); }

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