Html Css Color HEX #B14922 Rose Of Sharon

📋 copy color: '#B14922'

red 177 ◦ green 73 ◦ blue 34

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

Shades of Rose Of Sharon #B14922

Tints of Rose Of Sharon #B14922

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 11.97%

R = 62.32%
G = 25.7%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B14922 (or 0xB14922) is known color: Rose Of Sharon. HEX triplet: B1, 49 and 22. RGB value is (177,73,34). Sum of RGB (Red+Green+Blue) = 177+73+34=284 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.32% from 284); Green value is 73 (28.91% from 255 or 25.70% from 284); Blue value is 34 (13.67% from 255 or 11.97% from 284); Max value from RGB is 177 - color contains mainly: red. Hex color #B14922 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14922 is #4EB6DD. Grayscale: #636363. Windows color (decimal): -5158622 or 2247089. OLE color: 2247089.

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

Color convert

RGB 177 73 34 -
CMYK 0 0.59 0.81 0.31
HSL 16.36º 0.68% 0.41% -
HSV(B) 16.36º 0.81% 0.69% -
XYZ 20.8 14.23 3.16 -
YUV 99.65 90.96 183.17 -
System Red Green Blue C M Y K H S L
Decimal 177 73 34 0 0.59 0.81 0.31 16.36 0.68 0.41
Hex B1 49 22 0 3B 51 1F 10 44 29
Octal 261 111 42 0 73 121 37 20 104 51
Binary 10110001 1001001 100010 0 111011 1010001 11111 10000 1000100 101001

Color Harmonies of #B14922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14922

Black with #B14922

Text Example


Text Example

White with #B14922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14922; }

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

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

background-color css

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

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

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

border-color css

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

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

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