Html Css Color HEX #B34829 Rose Of Sharon

📋 copy color: '#B34829'

red 179 ◦ green 72 ◦ blue 41

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

Shades of Rose Of Sharon #B34829

Tints of Rose Of Sharon #B34829

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.04%

R = 61.3%
G = 24.66%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#B34829 (or 0xB34829) is known color: Rose Of Sharon. HEX triplet: B3, 48 and 29. RGB value is (179,72,41). Sum of RGB (Red+Green+Blue) = 179+72+41=292 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.30% from 292); Green value is 72 (28.52% from 255 or 24.66% from 292); Blue value is 41 (16.41% from 255 or 14.04% from 292); Max value from RGB is 179 - color contains mainly: red. Hex color #B34829 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34829 is #4CB7D6. Grayscale: #646464. Windows color (decimal): -5027799 or 2705587. OLE color: 2705587.

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

Color convert

RGB 179 72 41 -
CMYK 0 0.60 0.77 0.30
HSL 13.48º 0.63% 0.43% -
HSV(B) 13.48º 0.77% 0.7% -
XYZ 21.31 14.38 3.75 -
YUV 100.46 94.45 184.02 -
System Red Green Blue C M Y K H S L
Decimal 179 72 41 0 0.60 0.77 0.30 13.48 0.63 0.43
Hex B3 48 29 0 3C 4D 1E D 3F 2B
Octal 263 110 51 0 74 115 36 15 77 53
Binary 10110011 1001000 101001 0 111100 1001101 11110 1101 111111 101011

Color Harmonies of #B34829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34829

Black with #B34829

Text Example


Text Example

White with #B34829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34829; }

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

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

background-color css

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

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

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

border-color css

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

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

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