Html Css Color HEX #B34528 Rose Of Sharon

📋 copy color: '#B34528'

red 179 ◦ green 69 ◦ blue 40

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

Shades of Rose Of Sharon #B34528

Tints of Rose Of Sharon #B34528

RGB

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

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

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

R = 62.15%
G = 23.96%
B = 13.89%

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

#B34528 (or 0xB34528) is known color: Rose Of Sharon. HEX triplet: B3, 45 and 28. RGB value is (179,69,40). Sum of RGB (Red+Green+Blue) = 179+69+40=288 (38% of max value = 765). Red value is 179 (70.31% from 255 or 62.15% from 288); Green value is 69 (27.34% from 255 or 23.96% from 288); Blue value is 40 (16.02% from 255 or 13.89% from 288); Max value from RGB is 179 - color contains mainly: red. Hex color #B34528 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34528 is #4CBAD7. Grayscale: #626262. Windows color (decimal): -5028568 or 2639283. OLE color: 2639283.

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

Color convert

RGB 179 69 40 -
CMYK 0 0.61 0.78 0.30
HSL 12.52º 0.63% 0.43% -
HSV(B) 12.52º 0.78% 0.7% -
XYZ 21.1 13.99 3.6 -
YUV 98.58 94.94 185.36 -
System Red Green Blue C M Y K H S L
Decimal 179 69 40 0 0.61 0.78 0.30 12.52 0.63 0.43
Hex B3 45 28 0 3D 4E 1E D 3F 2B
Octal 263 105 50 0 75 116 36 15 77 53
Binary 10110011 1000101 101000 0 111101 1001110 11110 1101 111111 101011

Color Harmonies of #B34528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34528

Black with #B34528

Text Example


Text Example

White with #B34528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34528; }

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

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

background-color css

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

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

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

border-color css

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

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

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