Html Css Color HEX #B14930 Rose Of Sharon

📋 copy color: '#B14930'

red 177 ◦ green 73 ◦ blue 48

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

Shades of Rose Of Sharon #B14930

Tints of Rose Of Sharon #B14930

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.5%

 BLUE value IS 48 (19.14% from 255) = 16.11%

R = 59.4%
G = 24.5%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B14930 (or 0xB14930) is known color: Rose Of Sharon. HEX triplet: B1, 49 and 30. RGB value is (177,73,48). Sum of RGB (Red+Green+Blue) = 177+73+48=298 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.40% from 298); Green value is 73 (28.91% from 255 or 24.50% from 298); Blue value is 48 (19.14% from 255 or 16.11% from 298); Max value from RGB is 177 - color contains mainly: red. Hex color #B14930 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14930 is #4EB6CF. Grayscale: #656565. Windows color (decimal): -5158608 or 3164593. OLE color: 3164593.

HSL color Cylindrical-coordinate representation of color #B14930: hue angle of 11.63º degrees, saturation: 0.57, 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 #B14930 is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 73 48 -
CMYK 0 0.59 0.73 0.31
HSL 11.63º 0.57% 0.44% -
HSV(B) 11.63º 0.73% 0.69% -
XYZ 21.05 14.33 4.45 -
YUV 101.25 97.96 182.03 -
System Red Green Blue C M Y K H S L
Decimal 177 73 48 0 0.59 0.73 0.31 11.63 0.57 0.44
Hex B1 49 30 0 3B 49 1F C 39 2C
Octal 261 111 60 0 73 111 37 14 71 54
Binary 10110001 1001001 110000 0 111011 1001001 11111 1100 111001 101100

Color Harmonies of #B14930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14930

Black with #B14930

Text Example


Text Example

White with #B14930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14930; }

 p { color: rgb(177,73,48); }

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

background-color css

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

 a { background-color: rgb(177,73,48); }

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

border-color css

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

 span { border-color: rgb(177,73,48); }

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