Html Css Color HEX #B34520 Rose Of Sharon

📋 copy color: '#B34520'

red 179 ◦ green 69 ◦ blue 32

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

Shades of Rose Of Sharon #B34520

Tints of Rose Of Sharon #B34520

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.64%

 BLUE value IS 32 (12.89% from 255) = 11.43%

R = 63.93%
G = 24.64%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B34520 (or 0xB34520) is known color: Rose Of Sharon. HEX triplet: B3, 45 and 20. RGB value is (179,69,32). Sum of RGB (Red+Green+Blue) = 179+69+32=280 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.93% from 280); Green value is 69 (27.34% from 255 or 24.64% from 280); Blue value is 32 (12.89% from 255 or 11.43% from 280); Max value from RGB is 179 - color contains mainly: red. Hex color #B34520 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34520 is #4CBADF. Grayscale: #616161. Windows color (decimal): -5028576 or 2114995. OLE color: 2114995.

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

Color convert

RGB 179 69 32 -
CMYK 0 0.61 0.82 0.30
HSL 15.1º 0.7% 0.41% -
HSV(B) 15.1º 0.82% 0.7% -
XYZ 20.98 13.94 2.95 -
YUV 97.67 90.94 186.01 -
System Red Green Blue C M Y K H S L
Decimal 179 69 32 0 0.61 0.82 0.30 15.1 0.7 0.41
Hex B3 45 20 0 3D 52 1E F 46 29
Octal 263 105 40 0 75 122 36 17 106 51
Binary 10110011 1000101 100000 0 111101 1010010 11110 1111 1000110 101001

Color Harmonies of #B34520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34520

Black with #B34520

Text Example


Text Example

White with #B34520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34520; }

 p { color: rgb(179,69,32); }

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

background-color css

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

 a { background-color: rgb(179,69,32); }

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

border-color css

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

 span { border-color: rgb(179,69,32); }

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