Html Css Color HEX #B14E24 Rose Of Sharon

📋 copy color: '#B14E24'

red 177 ◦ green 78 ◦ blue 36

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

Shades of Rose Of Sharon #B14E24

Tints of Rose Of Sharon #B14E24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12.37%

R = 60.82%
G = 26.8%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#B14E24 (or 0xB14E24) is known color: Rose Of Sharon. HEX triplet: B1, 4E and 24. RGB value is (177,78,36). Sum of RGB (Red+Green+Blue) = 177+78+36=291 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.82% from 291); Green value is 78 (30.86% from 255 or 26.80% from 291); Blue value is 36 (14.45% from 255 or 12.37% from 291); Max value from RGB is 177 - color contains mainly: red. Hex color #B14E24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B14E24 is #4EB1DB. Grayscale: #676767. Windows color (decimal): -5157340 or 2379441. OLE color: 2379441.

HSL color Cylindrical-coordinate representation of color #B14E24: hue angle of 17.87º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B14E24 is Cyan = 0, Magento = 0.56, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 78 36 -
CMYK 0 0.56 0.80 0.31
HSL 17.87º 0.66% 0.42% -
HSV(B) 17.87º 0.8% 0.69% -
XYZ 21.17 14.92 3.43 -
YUV 102.81 90.3 180.92 -
System Red Green Blue C M Y K H S L
Decimal 177 78 36 0 0.56 0.80 0.31 17.87 0.66 0.42
Hex B1 4E 24 0 38 50 1F 12 42 2A
Octal 261 116 44 0 70 120 37 22 102 52
Binary 10110001 1001110 100100 0 111000 1010000 11111 10010 1000010 101010

Color Harmonies of #B14E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14E24

Black with #B14E24

Text Example


Text Example

White with #B14E24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14E24; }

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

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

background-color css

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

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

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

border-color css

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

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

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