Html Css Color HEX #B34623 Rose Of Sharon

📋 copy color: '#B34623'

red 179 ◦ green 70 ◦ blue 35

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

Shades of Rose Of Sharon #B34623

Tints of Rose Of Sharon #B34623

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.65%

 BLUE value IS 35 (14.06% from 255) = 12.32%

R = 63.03%
G = 24.65%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#B34623 (or 0xB34623) is known color: Rose Of Sharon. HEX triplet: B3, 46 and 23. RGB value is (179,70,35). Sum of RGB (Red+Green+Blue) = 179+70+35=284 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.03% from 284); Green value is 70 (27.73% from 255 or 24.65% from 284); Blue value is 35 (14.06% from 255 or 12.32% from 284); Max value from RGB is 179 - color contains mainly: red. Hex color #B34623 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34623 is #4CB9DC. Grayscale: #626262. Windows color (decimal): -5028317 or 2311859. OLE color: 2311859.

HSL color Cylindrical-coordinate representation of color #B34623: hue angle of 14.58º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B34623 is Cyan = 0, Magento = 0.61, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 70 35 -
CMYK 0 0.61 0.80 0.30
HSL 14.58º 0.67% 0.42% -
HSV(B) 14.58º 0.8% 0.7% -
XYZ 21.08 14.09 3.2 -
YUV 98.6 92.11 185.35 -
System Red Green Blue C M Y K H S L
Decimal 179 70 35 0 0.61 0.80 0.30 14.58 0.67 0.42
Hex B3 46 23 0 3D 50 1E F 43 2A
Octal 263 106 43 0 75 120 36 17 103 52
Binary 10110011 1000110 100011 0 111101 1010000 11110 1111 1000011 101010

Color Harmonies of #B34623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34623

Black with #B34623

Text Example


Text Example

White with #B34623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34623; }

 p { color: rgb(179,70,35); }

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

background-color css

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

 a { background-color: rgb(179,70,35); }

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

border-color css

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

 span { border-color: rgb(179,70,35); }

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