Html Css Color HEX #B14A30 Rose Of Sharon

📋 copy color: '#B14A30'

red 177 ◦ green 74 ◦ blue 48

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

Shades of Rose Of Sharon #B14A30

Tints of Rose Of Sharon #B14A30

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.75%

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

R = 59.2%
G = 24.75%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B14A30 (or 0xB14A30) is known color: Rose Of Sharon. HEX triplet: B1, 4A and 30. RGB value is (177,74,48). Sum of RGB (Red+Green+Blue) = 177+74+48=299 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.20% from 299); Green value is 74 (29.30% from 255 or 24.75% from 299); Blue value is 48 (19.14% from 255 or 16.05% from 299); Max value from RGB is 177 - color contains mainly: red. Hex color #B14A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14A30 is #4EB5CF. Grayscale: #666666. Windows color (decimal): -5158352 or 3164849. OLE color: 3164849.

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

Color convert

RGB 177 74 48 -
CMYK 0 0.58 0.73 0.31
HSL 12.09º 0.57% 0.44% -
HSV(B) 12.09º 0.73% 0.69% -
XYZ 21.11 14.46 4.47 -
YUV 101.83 97.62 181.61 -
System Red Green Blue C M Y K H S L
Decimal 177 74 48 0 0.58 0.73 0.31 12.09 0.57 0.44
Hex B1 4A 30 0 3A 49 1F C 39 2C
Octal 261 112 60 0 72 111 37 14 71 54
Binary 10110001 1001010 110000 0 111010 1001001 11111 1100 111001 101100

Color Harmonies of #B14A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14A30

Black with #B14A30

Text Example


Text Example

White with #B14A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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