Html Css Color HEX #B34728 Rose Of Sharon

📋 copy color: '#B34728'

red 179 ◦ green 71 ◦ blue 40

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

Shades of Rose Of Sharon #B34728

Tints of Rose Of Sharon #B34728

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.48%

 BLUE value IS 40 (16.02% from 255) = 13.79%

R = 61.72%
G = 24.48%
B = 13.79%

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

#B34728 (or 0xB34728) is known color: Rose Of Sharon. HEX triplet: B3, 47 and 28. RGB value is (179,71,40). Sum of RGB (Red+Green+Blue) = 179+71+40=290 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.72% from 290); Green value is 71 (28.12% from 255 or 24.48% from 290); Blue value is 40 (16.02% from 255 or 13.79% from 290); Max value from RGB is 179 - color contains mainly: red. Hex color #B34728 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34728 is #4CB8D7. Grayscale: #636363. Windows color (decimal): -5028056 or 2639795. OLE color: 2639795.

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

Color convert

RGB 179 71 40 -
CMYK 0 0.60 0.78 0.30
HSL 13.38º 0.63% 0.43% -
HSV(B) 13.38º 0.78% 0.7% -
XYZ 21.23 14.24 3.64 -
YUV 99.76 94.28 184.52 -
System Red Green Blue C M Y K H S L
Decimal 179 71 40 0 0.60 0.78 0.30 13.38 0.63 0.43
Hex B3 47 28 0 3C 4E 1E D 3F 2B
Octal 263 107 50 0 74 116 36 15 77 53
Binary 10110011 1000111 101000 0 111100 1001110 11110 1101 111111 101011

Color Harmonies of #B34728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34728

Black with #B34728

Text Example


Text Example

White with #B34728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34728; }

 p { color: rgb(179,71,40); }

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

background-color css

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

 a { background-color: rgb(179,71,40); }

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

border-color css

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

 span { border-color: rgb(179,71,40); }

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