Html Css Color HEX #B34927 Rose Of Sharon

📋 copy color: '#B34927'

red 179 ◦ green 73 ◦ blue 39

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

Shades of Rose Of Sharon #B34927

Tints of Rose Of Sharon #B34927

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.09%

 BLUE value IS 39 (15.63% from 255) = 13.4%

R = 61.51%
G = 25.09%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B34927 (or 0xB34927) is known color: Rose Of Sharon. HEX triplet: B3, 49 and 27. RGB value is (179,73,39). Sum of RGB (Red+Green+Blue) = 179+73+39=291 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.51% from 291); Green value is 73 (28.91% from 255 or 25.09% from 291); Blue value is 39 (15.62% from 255 or 13.40% from 291); Max value from RGB is 179 - color contains mainly: red. Hex color #B34927 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34927 is #4CB6D8. Grayscale: #656565. Windows color (decimal): -5027545 or 2574771. OLE color: 2574771.

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

Color convert

RGB 179 73 39 -
CMYK 0 0.59 0.78 0.30
HSL 14.57º 0.64% 0.43% -
HSV(B) 14.57º 0.78% 0.7% -
XYZ 21.34 14.5 3.59 -
YUV 100.82 93.12 183.76 -
System Red Green Blue C M Y K H S L
Decimal 179 73 39 0 0.59 0.78 0.30 14.57 0.64 0.43
Hex B3 49 27 0 3B 4E 1E F 40 2B
Octal 263 111 47 0 73 116 36 17 100 53
Binary 10110011 1001001 100111 0 111011 1001110 11110 1111 1000000 101011

Color Harmonies of #B34927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34927

Black with #B34927

Text Example


Text Example

White with #B34927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34927; }

 p { color: rgb(179,73,39); }

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

background-color css

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

 a { background-color: rgb(179,73,39); }

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

border-color css

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

 span { border-color: rgb(179,73,39); }

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