Html Css Color HEX #B34624 Rose Of Sharon

📋 copy color: '#B34624'

red 179 ◦ green 70 ◦ blue 36

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

Shades of Rose Of Sharon #B34624

Tints of Rose Of Sharon #B34624

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.56%

 BLUE value IS 36 (14.45% from 255) = 12.63%

R = 62.81%
G = 24.56%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#B34624 (or 0xB34624) is known color: Rose Of Sharon. HEX triplet: B3, 46 and 24. RGB value is (179,70,36). Sum of RGB (Red+Green+Blue) = 179+70+36=285 (37% of max value = 765). Red value is 179 (70.31% from 255 or 62.81% from 285); Green value is 70 (27.73% from 255 or 24.56% from 285); Blue value is 36 (14.45% from 255 or 12.63% from 285); Max value from RGB is 179 - color contains mainly: red. Hex color #B34624 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34624 is #4CB9DB. Grayscale: #626262. Windows color (decimal): -5028316 or 2377395. OLE color: 2377395.

HSL color Cylindrical-coordinate representation of color #B34624: hue angle of 14.27º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B34624 is Cyan = 0, Magento = 0.61, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 70 36 -
CMYK 0 0.61 0.80 0.30
HSL 14.27º 0.67% 0.42% -
HSV(B) 14.27º 0.8% 0.7% -
XYZ 21.1 14.09 3.28 -
YUV 98.72 92.61 185.26 -
System Red Green Blue C M Y K H S L
Decimal 179 70 36 0 0.61 0.80 0.30 14.27 0.67 0.42
Hex B3 46 24 0 3D 50 1E E 43 2A
Octal 263 106 44 0 75 120 36 16 103 52
Binary 10110011 1000110 100100 0 111101 1010000 11110 1110 1000011 101010

Color Harmonies of #B34624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34624

Black with #B34624

Text Example


Text Example

White with #B34624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34624; }

 p { color: rgb(179,70,36); }

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

background-color css

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

 a { background-color: rgb(179,70,36); }

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

border-color css

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

 span { border-color: rgb(179,70,36); }

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