Html Css Color HEX #B34E2A Rose Of Sharon

📋 copy color: '#B34E2A'

red 179 ◦ green 78 ◦ blue 42

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

Shades of Rose Of Sharon #B34E2A

Tints of Rose Of Sharon #B34E2A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.09%

 BLUE value IS 42 (16.8% from 255) = 14.05%

R = 59.87%
G = 26.09%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#B34E2A (or 0xB34E2A) is known color: Rose Of Sharon. HEX triplet: B3, 4E and 2A. RGB value is (179,78,42). Sum of RGB (Red+Green+Blue) = 179+78+42=299 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.87% from 299); Green value is 78 (30.86% from 255 or 26.09% from 299); Blue value is 42 (16.80% from 255 or 14.05% from 299); Max value from RGB is 179 - color contains mainly: red. Hex color #B34E2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B34E2A is #4CB1D5. Grayscale: #686868. Windows color (decimal): -5026262 or 2772659. OLE color: 2772659.

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

Color convert

RGB 179 78 42 -
CMYK 0 0.56 0.77 0.30
HSL 15.77º 0.62% 0.43% -
HSV(B) 15.77º 0.77% 0.7% -
XYZ 21.73 15.2 3.98 -
YUV 104.1 92.96 181.43 -
System Red Green Blue C M Y K H S L
Decimal 179 78 42 0 0.56 0.77 0.30 15.77 0.62 0.43
Hex B3 4E 2A 0 38 4D 1E 10 3E 2B
Octal 263 116 52 0 70 115 36 20 76 53
Binary 10110011 1001110 101010 0 111000 1001101 11110 10000 111110 101011

Color Harmonies of #B34E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34E2A

Black with #B34E2A

Text Example


Text Example

White with #B34E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34E2A; }

 p { color: rgb(179,78,42); }

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

background-color css

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

 a { background-color: rgb(179,78,42); }

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

border-color css

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

 span { border-color: rgb(179,78,42); }

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