Html Css Color HEX #B34326 Rose Of Sharon

📋 copy color: '#B34326'

red 179 ◦ green 67 ◦ blue 38

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

Shades of Rose Of Sharon #B34326

Tints of Rose Of Sharon #B34326

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.59%

 BLUE value IS 38 (15.23% from 255) = 13.38%

R = 63.03%
G = 23.59%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#B34326 (or 0xB34326) is known color: Rose Of Sharon. HEX triplet: B3, 43 and 26. RGB value is (179,67,38). Sum of RGB (Red+Green+Blue) = 179+67+38=284 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.03% from 284); Green value is 67 (26.56% from 255 or 23.59% from 284); Blue value is 38 (15.23% from 255 or 13.38% from 284); Max value from RGB is 179 - color contains mainly: red. Hex color #B34326 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34326 is #4CBCD9. Grayscale: #616161. Windows color (decimal): -5029082 or 2507699. OLE color: 2507699.

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

Color convert

RGB 179 67 38 -
CMYK 0 0.63 0.79 0.30
HSL 12.34º 0.65% 0.43% -
HSV(B) 12.34º 0.79% 0.7% -
XYZ 20.95 13.74 3.38 -
YUV 97.18 94.61 186.36 -
System Red Green Blue C M Y K H S L
Decimal 179 67 38 0 0.63 0.79 0.30 12.34 0.65 0.43
Hex B3 43 26 0 3F 4F 1E C 41 2B
Octal 263 103 46 0 77 117 36 14 101 53
Binary 10110011 1000011 100110 0 111111 1001111 11110 1100 1000001 101011

Color Harmonies of #B34326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34326

Black with #B34326

Text Example


Text Example

White with #B34326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34326; }

 p { color: rgb(179,67,38); }

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

background-color css

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

 a { background-color: rgb(179,67,38); }

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

border-color css

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

 span { border-color: rgb(179,67,38); }

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