Html Css Color HEX #B34821 Rose Of Sharon

📋 copy color: '#B34821'

red 179 ◦ green 72 ◦ blue 33

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

Shades of Rose Of Sharon #B34821

Tints of Rose Of Sharon #B34821

RGB

 RED value IS 179 (70.31% from 255) = 63.03%

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

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

R = 63.03%
G = 25.35%
B = 11.62%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B34821 (or 0xB34821) is known color: Rose Of Sharon. HEX triplet: B3, 48 and 21. RGB value is (179,72,33). Sum of RGB (Red+Green+Blue) = 179+72+33=284 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.03% from 284); Green value is 72 (28.52% from 255 or 25.35% from 284); Blue value is 33 (13.28% from 255 or 11.62% from 284); Max value from RGB is 179 - color contains mainly: red. Hex color #B34821 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34821 is #4CB7DE. Grayscale: #636363. Windows color (decimal): -5027807 or 2181299. OLE color: 2181299.

HSL color Cylindrical-coordinate representation of color #B34821: hue angle of 16.03º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B34821 is Cyan = 0, Magento = 0.60, Yellow = 0.82 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 72 33 -
CMYK 0 0.60 0.82 0.30
HSL 16.03º 0.69% 0.42% -
HSV(B) 16.03º 0.82% 0.7% -
XYZ 21.18 14.33 3.09 -
YUV 99.55 90.45 184.67 -
System Red Green Blue C M Y K H S L
Decimal 179 72 33 0 0.60 0.82 0.30 16.03 0.69 0.42
Hex B3 48 21 0 3C 52 1E 10 45 2A
Octal 263 110 41 0 74 122 36 20 105 52
Binary 10110011 1001000 100001 0 111100 1010010 11110 10000 1000101 101010

Color Harmonies of #B34821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34821

Black with #B34821

Text Example


Text Example

White with #B34821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34821; }

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

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

background-color css

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

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

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

border-color css

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

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

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