Html Css Color HEX #B14821 Rose Of Sharon

📋 copy color: '#B14821'

red 177 ◦ green 72 ◦ blue 33

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

Shades of Rose Of Sharon #B14821

Tints of Rose Of Sharon #B14821

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.53%

 BLUE value IS 33 (13.28% from 255) = 11.7%

R = 62.77%
G = 25.53%
B = 11.7%

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

#B14821 (or 0xB14821) is known color: Rose Of Sharon. HEX triplet: B1, 48 and 21. RGB value is (177,72,33). Sum of RGB (Red+Green+Blue) = 177+72+33=282 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.77% from 282); Green value is 72 (28.52% from 255 or 25.53% from 282); Blue value is 33 (13.28% from 255 or 11.70% from 282); Max value from RGB is 177 - color contains mainly: red. Hex color #B14821 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14821 is #4EB7DE. Grayscale: #636363. Windows color (decimal): -5158879 or 2181297. OLE color: 2181297.

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

Color convert

RGB 177 72 33 -
CMYK 0 0.59 0.81 0.31
HSL 16.25º 0.69% 0.41% -
HSV(B) 16.25º 0.81% 0.69% -
XYZ 20.72 14.09 3.07 -
YUV 98.95 90.79 183.67 -
System Red Green Blue C M Y K H S L
Decimal 177 72 33 0 0.59 0.81 0.31 16.25 0.69 0.41
Hex B1 48 21 0 3B 51 1F 10 45 29
Octal 261 110 41 0 73 121 37 20 105 51
Binary 10110001 1001000 100001 0 111011 1010001 11111 10000 1000101 101001

Color Harmonies of #B14821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14821

Black with #B14821

Text Example


Text Example

White with #B14821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14821; }

 p { color: rgb(177,72,33); }

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

background-color css

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

 a { background-color: rgb(177,72,33); }

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

border-color css

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

 span { border-color: rgb(177,72,33); }

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