Html Css Color HEX #B34527 Rose Of Sharon

📋 copy color: '#B34527'

red 179 ◦ green 69 ◦ blue 39

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

Shades of Rose Of Sharon #B34527

Tints of Rose Of Sharon #B34527

RGB

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

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

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

R = 62.37%
G = 24.04%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B34527 (or 0xB34527) is known color: Rose Of Sharon. HEX triplet: B3, 45 and 27. RGB value is (179,69,39). Sum of RGB (Red+Green+Blue) = 179+69+39=287 (38% of max value = 765). Red value is 179 (70.31% from 255 or 62.37% from 287); Green value is 69 (27.34% from 255 or 24.04% from 287); Blue value is 39 (15.62% from 255 or 13.59% from 287); Max value from RGB is 179 - color contains mainly: red. Hex color #B34527 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34527 is #4CBAD8. Grayscale: #626262. Windows color (decimal): -5028569 or 2573747. OLE color: 2573747.

HSL color Cylindrical-coordinate representation of color #B34527: hue angle of 12.86º 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 #B34527 is Cyan = 0, Magento = 0.61, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 69 39 -
CMYK 0 0.61 0.78 0.30
HSL 12.86º 0.64% 0.43% -
HSV(B) 12.86º 0.78% 0.7% -
XYZ 21.08 13.99 3.51 -
YUV 98.47 94.44 185.44 -
System Red Green Blue C M Y K H S L
Decimal 179 69 39 0 0.61 0.78 0.30 12.86 0.64 0.43
Hex B3 45 27 0 3D 4E 1E D 40 2B
Octal 263 105 47 0 75 116 36 15 100 53
Binary 10110011 1000101 100111 0 111101 1001110 11110 1101 1000000 101011

Color Harmonies of #B34527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34527

Black with #B34527

Text Example


Text Example

White with #B34527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34527; }

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

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

background-color css

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

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

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

border-color css

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

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

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