Html Css Color HEX #B14E3E Apple Blossom

📋 copy color: '#B14E3E'

red 177 ◦ green 78 ◦ blue 62

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

Shades of Apple Blossom #B14E3E

Tints of Apple Blossom #B14E3E

RGB

 RED value IS 177 (69.53% from 255) = 55.84%

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

 BLUE value IS 62 (24.61% from 255) = 19.56%

R = 55.84%
G = 24.61%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#B14E3E (or 0xB14E3E) is known color: Apple Blossom. HEX triplet: B1, 4E and 3E. RGB value is (177,78,62). Sum of RGB (Red+Green+Blue) = 177+78+62=317 (41% of max value = 765). Red value is 177 (69.53% from 255 or 55.84% from 317); Green value is 78 (30.86% from 255 or 24.61% from 317); Blue value is 62 (24.61% from 255 or 19.56% from 317); Max value from RGB is 177 - color contains mainly: red. Hex color #B14E3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B14E3E is #4EB1C1. Grayscale: #696969. Windows color (decimal): -5157314 or 4083377. OLE color: 4083377.

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

Color convert

RGB 177 78 62 -
CMYK 0 0.56 0.65 0.31
HSL 8.35º 0.48% 0.47% -
HSV(B) 8.35º 0.65% 0.69% -
XYZ 21.73 15.14 6.34 -
YUV 105.78 103.3 178.8 -
System Red Green Blue C M Y K H S L
Decimal 177 78 62 0 0.56 0.65 0.31 8.35 0.48 0.47
Hex B1 4E 3E 0 38 41 1F 8 30 2F
Octal 261 116 76 0 70 101 37 10 60 57
Binary 10110001 1001110 111110 0 111000 1000001 11111 1000 110000 101111

Color Harmonies of #B14E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14E3E

Black with #B14E3E

Text Example


Text Example

White with #B14E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14E3E; }

 p { color: rgb(177,78,62); }

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

background-color css

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

 a { background-color: rgb(177,78,62); }

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

border-color css

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

 span { border-color: rgb(177,78,62); }

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