Html Css Color HEX #B05752 Apple Blossom

📋 copy color: '#B05752'

red 176 ◦ green 87 ◦ blue 82

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

Shades of Apple Blossom #B05752

Tints of Apple Blossom #B05752

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.22%

 BLUE value IS 82 (32.42% from 255) = 23.77%

R = 51.01%
G = 25.22%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#B05752 (or 0xB05752) is known color: Apple Blossom. HEX triplet: B0, 57 and 52. RGB value is (176,87,82). Sum of RGB (Red+Green+Blue) = 176+87+82=345 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.01% from 345); Green value is 87 (34.38% from 255 or 25.22% from 345); Blue value is 82 (32.42% from 255 or 23.77% from 345); Max value from RGB is 176 - color contains mainly: red. Hex color #B05752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05752 is #4FA8AD. Grayscale: #717171. Windows color (decimal): -5220526 or 5396400. OLE color: 5396400.

HSL color Cylindrical-coordinate representation of color #B05752: hue angle of 3.19º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B05752 is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 87 82 -
CMYK 0 0.51 0.53 0.31
HSL 3.19º 0.37% 0.51% -
HSV(B) 3.19º 0.53% 0.69% -
XYZ 22.84 16.66 9.99 -
YUV 113.04 110.49 172.91 -
System Red Green Blue C M Y K H S L
Decimal 176 87 82 0 0.51 0.53 0.31 3.19 0.37 0.51
Hex B0 57 52 0 33 35 1F 3 25 33
Octal 260 127 122 0 63 65 37 3 45 63
Binary 10110000 1010111 1010010 0 110011 110101 11111 11 100101 110011

Color Harmonies of #B05752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05752

Black with #B05752

Text Example


Text Example

White with #B05752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05752; }

 p { color: rgb(176,87,82); }

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

background-color css

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

 a { background-color: rgb(176,87,82); }

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

border-color css

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

 span { border-color: rgb(176,87,82); }

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