Html Css Color HEX #B04F4C Apple Blossom

📋 copy color: '#B04F4C'

red 176 ◦ green 79 ◦ blue 76

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

Shades of Apple Blossom #B04F4C

Tints of Apple Blossom #B04F4C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.87%

 BLUE value IS 76 (30.08% from 255) = 22.96%

R = 53.17%
G = 23.87%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#B04F4C (or 0xB04F4C) is known color: Apple Blossom. HEX triplet: B0, 4F and 4C. RGB value is (176,79,76). Sum of RGB (Red+Green+Blue) = 176+79+76=331 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.17% from 331); Green value is 79 (31.25% from 255 or 23.87% from 331); Blue value is 76 (30.08% from 255 or 22.96% from 331); Max value from RGB is 176 - color contains mainly: red. Hex color #B04F4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B04F4C is #4FB0B3. Grayscale: #6B6B6B. Windows color (decimal): -5222580 or 5001136. OLE color: 5001136.

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

Color convert

RGB 176 79 76 -
CMYK 0 0.55 0.57 0.31
HSL 1.8º 0.4% 0.49% -
HSV(B) 1.8º 0.57% 0.69% -
XYZ 22 15.34 8.64 -
YUV 107.66 110.14 176.74 -
System Red Green Blue C M Y K H S L
Decimal 176 79 76 0 0.55 0.57 0.31 1.8 0.4 0.49
Hex B0 4F 4C 0 37 39 1F 2 28 31
Octal 260 117 114 0 67 71 37 2 50 61
Binary 10110000 1001111 1001100 0 110111 111001 11111 10 101000 110001

Color Harmonies of #B04F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04F4C

Black with #B04F4C

Text Example


Text Example

White with #B04F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04F4C; }

 p { color: rgb(176,79,76); }

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

background-color css

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

 a { background-color: rgb(176,79,76); }

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

border-color css

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

 span { border-color: rgb(176,79,76); }

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