Html Css Color HEX #B14A1E Rose Of Sharon

📋 copy color: '#B14A1E'

red 177 ◦ green 74 ◦ blue 30

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

Shades of Rose Of Sharon #B14A1E

Tints of Rose Of Sharon #B14A1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.68%

R = 62.99%
G = 26.33%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#B14A1E (or 0xB14A1E) is known color: Rose Of Sharon. HEX triplet: B1, 4A and 1E. RGB value is (177,74,30). Sum of RGB (Red+Green+Blue) = 177+74+30=281 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.99% from 281); Green value is 74 (29.30% from 255 or 26.33% from 281); Blue value is 30 (12.11% from 255 or 10.68% from 281); Max value from RGB is 177 - color contains mainly: red. Hex color #B14A1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14A1E is #4EB5E1. Grayscale: #646464. Windows color (decimal): -5158370 or 1985201. OLE color: 1985201.

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

Color convert

RGB 177 74 30 -
CMYK 0 0.58 0.83 0.31
HSL 17.96º 0.71% 0.41% -
HSV(B) 17.96º 0.83% 0.69% -
XYZ 20.81 14.34 2.9 -
YUV 99.78 88.62 183.08 -
System Red Green Blue C M Y K H S L
Decimal 177 74 30 0 0.58 0.83 0.31 17.96 0.71 0.41
Hex B1 4A 1E 0 3A 53 1F 12 47 29
Octal 261 112 36 0 72 123 37 22 107 51
Binary 10110001 1001010 11110 0 111010 1010011 11111 10010 1000111 101001

Color Harmonies of #B14A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14A1E

Black with #B14A1E

Text Example


Text Example

White with #B14A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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