Html Css Color HEX #B04F3F Apple Blossom

📋 copy color: '#B04F3F'

red 176 ◦ green 79 ◦ blue 63

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

Shades of Apple Blossom #B04F3F

Tints of Apple Blossom #B04F3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.81%

R = 55.35%
G = 24.84%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B04F3F (or 0xB04F3F) is known color: Apple Blossom. HEX triplet: B0, 4F and 3F. RGB value is (176,79,63). Sum of RGB (Red+Green+Blue) = 176+79+63=318 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55.35% from 318); Green value is 79 (31.25% from 255 or 24.84% from 318); Blue value is 63 (25% from 255 or 19.81% from 318); Max value from RGB is 176 - color contains mainly: red. Hex color #B04F3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B04F3F is #4FB0C0. Grayscale: #6A6A6A. Windows color (decimal): -5222593 or 4149168. OLE color: 4149168.

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

Color convert

RGB 176 79 63 -
CMYK 0 0.55 0.64 0.31
HSL 8.5º 0.47% 0.47% -
HSV(B) 8.5º 0.64% 0.69% -
XYZ 21.6 15.18 6.49 -
YUV 106.18 103.64 177.8 -
System Red Green Blue C M Y K H S L
Decimal 176 79 63 0 0.55 0.64 0.31 8.5 0.47 0.47
Hex B0 4F 3F 0 37 40 1F 8 2F 2F
Octal 260 117 77 0 67 100 37 10 57 57
Binary 10110000 1001111 111111 0 110111 1000000 11111 1000 101111 101111

Color Harmonies of #B04F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04F3F

Black with #B04F3F

Text Example


Text Example

White with #B04F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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