Html Css Color HEX #B05A4D Apple Blossom

📋 copy color: '#B05A4D'

red 176 ◦ green 90 ◦ blue 77

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

Shades of Apple Blossom #B05A4D

Tints of Apple Blossom #B05A4D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.24%

 BLUE value IS 77 (30.47% from 255) = 22.45%

R = 51.31%
G = 26.24%
B = 22.45%

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

#B05A4D (or 0xB05A4D) is known color: Apple Blossom. HEX triplet: B0, 5A and 4D. RGB value is (176,90,77). Sum of RGB (Red+Green+Blue) = 176+90+77=343 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.31% from 343); Green value is 90 (35.55% from 255 or 26.24% from 343); Blue value is 77 (30.47% from 255 or 22.45% from 343); Max value from RGB is 176 - color contains mainly: red. Hex color #B05A4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05A4D is #4FA5B2. Grayscale: #727272. Windows color (decimal): -5219763 or 5069488. OLE color: 5069488.

HSL color Cylindrical-coordinate representation of color #B05A4D: hue angle of 7.88º 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 #B05A4D is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 90 77 -
CMYK 0 0.49 0.56 0.31
HSL 7.88º 0.39% 0.5% -
HSV(B) 7.88º 0.56% 0.69% -
XYZ 22.9 17.08 9.11 -
YUV 114.23 106.99 172.06 -
System Red Green Blue C M Y K H S L
Decimal 176 90 77 0 0.49 0.56 0.31 7.88 0.39 0.5
Hex B0 5A 4D 0 31 38 1F 8 27 32
Octal 260 132 115 0 61 70 37 10 47 62
Binary 10110000 1011010 1001101 0 110001 111000 11111 1000 100111 110010

Color Harmonies of #B05A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05A4D

Black with #B05A4D

Text Example


Text Example

White with #B05A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05A4D; }

 p { color: rgb(176,90,77); }

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

background-color css

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

 a { background-color: rgb(176,90,77); }

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

border-color css

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

 span { border-color: rgb(176,90,77); }

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