Html Css Color HEX #B04E42 Apple Blossom

📋 copy color: '#B04E42'

red 176 ◦ green 78 ◦ blue 66

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

Shades of Apple Blossom #B04E42

Tints of Apple Blossom #B04E42

RGB

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

 GREEN value IS 78 (30.86% from 255) = 24.38%

 BLUE value IS 66 (26.17% from 255) = 20.63%

R = 55%
G = 24.38%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B04E42 (or 0xB04E42) is known color: Apple Blossom. HEX triplet: B0, 4E and 42. RGB value is (176,78,66). Sum of RGB (Red+Green+Blue) = 176+78+66=320 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55% from 320); Green value is 78 (30.86% from 255 or 24.38% from 320); Blue value is 66 (26.17% from 255 or 20.62% from 320); Max value from RGB is 176 - color contains mainly: red. Hex color #B04E42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B04E42 is #4FB1BD. Grayscale: #6A6A6A. Windows color (decimal): -5222846 or 4345520. OLE color: 4345520.

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

Color convert

RGB 176 78 66 -
CMYK 0 0.56 0.62 0.31
HSL 6.55º 0.45% 0.47% -
HSV(B) 6.55º 0.63% 0.69% -
XYZ 21.61 15.07 6.92 -
YUV 105.93 105.47 177.98 -
System Red Green Blue C M Y K H S L
Decimal 176 78 66 0 0.56 0.62 0.31 6.55 0.45 0.47
Hex B0 4E 42 0 38 3E 1F 7 2D 2F
Octal 260 116 102 0 70 76 37 7 55 57
Binary 10110000 1001110 1000010 0 111000 111110 11111 111 101101 101111

Color Harmonies of #B04E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04E42

Black with #B04E42

Text Example


Text Example

White with #B04E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04E42; }

 p { color: rgb(176,78,66); }

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

background-color css

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

 a { background-color: rgb(176,78,66); }

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

border-color css

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

 span { border-color: rgb(176,78,66); }

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