Html Css Color HEX #B34729 Rose Of Sharon

📋 copy color: '#B34729'

red 179 ◦ green 71 ◦ blue 41

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

Shades of Rose Of Sharon #B34729

Tints of Rose Of Sharon #B34729

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.4%

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

R = 61.51%
G = 24.4%
B = 14.09%

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

#B34729 (or 0xB34729) is known color: Rose Of Sharon. HEX triplet: B3, 47 and 29. RGB value is (179,71,41). Sum of RGB (Red+Green+Blue) = 179+71+41=291 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.51% from 291); Green value is 71 (28.12% from 255 or 24.40% from 291); Blue value is 41 (16.41% from 255 or 14.09% from 291); Max value from RGB is 179 - color contains mainly: red. Hex color #B34729 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34729 is #4CB8D6. Grayscale: #646464. Windows color (decimal): -5028055 or 2705331. OLE color: 2705331.

HSL color Cylindrical-coordinate representation of color #B34729: hue angle of 13.04º 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 #B34729 is Cyan = 0, Magento = 0.60, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 71 41 -
CMYK 0 0.60 0.77 0.30
HSL 13.04º 0.63% 0.43% -
HSV(B) 13.04º 0.77% 0.7% -
XYZ 21.24 14.25 3.73 -
YUV 99.87 94.78 184.44 -
System Red Green Blue C M Y K H S L
Decimal 179 71 41 0 0.60 0.77 0.30 13.04 0.63 0.43
Hex B3 47 29 0 3C 4D 1E D 3F 2B
Octal 263 107 51 0 74 115 36 15 77 53
Binary 10110011 1000111 101001 0 111100 1001101 11110 1101 111111 101011

Color Harmonies of #B34729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34729

Black with #B34729

Text Example


Text Example

White with #B34729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34729; }

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

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

background-color css

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

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

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

border-color css

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

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

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