Html Css Color HEX #B34422 Rose Of Sharon

📋 copy color: '#B34422'

red 179 ◦ green 68 ◦ blue 34

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

Shades of Rose Of Sharon #B34422

Tints of Rose Of Sharon #B34422

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.2%

 BLUE value IS 34 (13.67% from 255) = 12.1%

R = 63.7%
G = 24.2%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B34422 (or 0xB34422) is known color: Rose Of Sharon. HEX triplet: B3, 44 and 22. RGB value is (179,68,34). Sum of RGB (Red+Green+Blue) = 179+68+34=281 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.70% from 281); Green value is 68 (26.95% from 255 or 24.20% from 281); Blue value is 34 (13.67% from 255 or 12.10% from 281); Max value from RGB is 179 - color contains mainly: red. Hex color #B34422 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34422 is #4CBBDD. Grayscale: #616161. Windows color (decimal): -5028830 or 2245811. OLE color: 2245811.

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

Color convert

RGB 179 68 34 -
CMYK 0 0.62 0.81 0.30
HSL 14.07º 0.68% 0.42% -
HSV(B) 14.07º 0.81% 0.7% -
XYZ 20.95 13.83 3.08 -
YUV 97.31 92.27 186.26 -
System Red Green Blue C M Y K H S L
Decimal 179 68 34 0 0.62 0.81 0.30 14.07 0.68 0.42
Hex B3 44 22 0 3E 51 1E E 44 2A
Octal 263 104 42 0 76 121 36 16 104 52
Binary 10110011 1000100 100010 0 111110 1010001 11110 1110 1000100 101010

Color Harmonies of #B34422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34422

Black with #B34422

Text Example


Text Example

White with #B34422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34422; }

 p { color: rgb(179,68,34); }

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

background-color css

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

 a { background-color: rgb(179,68,34); }

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

border-color css

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

 span { border-color: rgb(179,68,34); }

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