Html Css Color HEX #B04D41 Apple Blossom

📋 copy color: '#B04D41'

red 176 ◦ green 77 ◦ blue 65

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

Shades of Apple Blossom #B04D41

Tints of Apple Blossom #B04D41

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.21%

 BLUE value IS 65 (25.78% from 255) = 20.44%

R = 55.35%
G = 24.21%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B04D41 (or 0xB04D41) is known color: Apple Blossom. HEX triplet: B0, 4D and 41. RGB value is (176,77,65). Sum of RGB (Red+Green+Blue) = 176+77+65=318 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55.35% from 318); Green value is 77 (30.47% from 255 or 24.21% from 318); Blue value is 65 (25.78% from 255 or 20.44% from 318); Max value from RGB is 176 - color contains mainly: red. Hex color #B04D41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B04D41 is #4FB2BE. Grayscale: #696969. Windows color (decimal): -5223103 or 4279728. OLE color: 4279728.

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

Color convert

RGB 176 77 65 -
CMYK 0 0.56 0.63 0.31
HSL 6.49º 0.46% 0.47% -
HSV(B) 6.49º 0.63% 0.69% -
XYZ 21.51 14.92 6.75 -
YUV 105.23 105.3 178.48 -
System Red Green Blue C M Y K H S L
Decimal 176 77 65 0 0.56 0.63 0.31 6.49 0.46 0.47
Hex B0 4D 41 0 38 3F 1F 6 2E 2F
Octal 260 115 101 0 70 77 37 6 56 57
Binary 10110000 1001101 1000001 0 111000 111111 11111 110 101110 101111

Color Harmonies of #B04D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04D41

Black with #B04D41

Text Example


Text Example

White with #B04D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04D41; }

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

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

background-color css

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

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

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

border-color css

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

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

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