#B14A2F

Color #B14A2F Rose Of Sharon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Of Sharon #B14A2F

Tints of Rose Of Sharon #B14A2F

Color information

#B14A2F (or 0xB14A2F) is unknown color: approx Rose Of Sharon. HEX triplet: B1, 4A and 2F. RGB value is (177,74,47). Sum of RGB (Red+Green+Blue) = 177+74+47=298 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.40% from 298); Green value is 74 (29.30% from 255 or 24.83% from 298); Blue value is 47 (18.75% from 255 or 15.77% from 298); Max value from RGB is 177 - color contains mainly: red. Hex color #B14A2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14A2F is #4EB5D0. Grayscale: #656565. Windows color (decimal): -5158353 or 3099313. OLE color: 3099313.

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

Color convert

RGB1777447-
CMYK00.580.730.31
HSL12.46º58.04%43.92%-
HSV(B)12.46º73.45%69.41%-
XYZ21.0914.454.37-
YUV101.7297.12181.7-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 59.40%
GREEN value IS 74 (29.30% from 255) = 24.83%
BLUE value IS 47 (18.75% from 255) = 15.77%
R=59.40%
G=24.83%
B=15.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177744700.580.730.3112.4658.0443.92
HexB14A2F03A491Fc3a2c
Octal2611125707211137147254
Binary10110001100101010111101110101001001111111100111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14A2F; }

 p { color: rgb(177,74,47); }

 H1.HeaderClassName
 {
   color: #B14A2F;
 }
 .AnyTagClassName
 {
   color: #B14A2F;
 }
</style>
background-color css

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

 a { background-color: rgb(177,74,47); }

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

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

 span { border-color: rgb(177,74,47); }

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