Html Css Color HEX #B34827 Rose Of Sharon

📋 copy color: '#B34827'

red 179 ◦ green 72 ◦ blue 39

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

Shades of Rose Of Sharon #B34827

Tints of Rose Of Sharon #B34827

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.83%

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

R = 61.72%
G = 24.83%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B34827 (or 0xB34827) is known color: Rose Of Sharon. HEX triplet: B3, 48 and 27. RGB value is (179,72,39). Sum of RGB (Red+Green+Blue) = 179+72+39=290 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.72% from 290); Green value is 72 (28.52% from 255 or 24.83% from 290); Blue value is 39 (15.62% from 255 or 13.45% from 290); Max value from RGB is 179 - color contains mainly: red. Hex color #B34827 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34827 is #4CB7D8. Grayscale: #646464. Windows color (decimal): -5027801 or 2574515. OLE color: 2574515.

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

Color convert

RGB 179 72 39 -
CMYK 0 0.60 0.78 0.30
HSL 14.14º 0.64% 0.43% -
HSV(B) 14.14º 0.78% 0.7% -
XYZ 21.27 14.36 3.57 -
YUV 100.23 93.45 184.18 -
System Red Green Blue C M Y K H S L
Decimal 179 72 39 0 0.60 0.78 0.30 14.14 0.64 0.43
Hex B3 48 27 0 3C 4E 1E E 40 2B
Octal 263 110 47 0 74 116 36 16 100 53
Binary 10110011 1001000 100111 0 111100 1001110 11110 1110 1000000 101011

Color Harmonies of #B34827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34827

Black with #B34827

Text Example


Text Example

White with #B34827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34827; }

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

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

background-color css

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

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

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

border-color css

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

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

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