Html Css Color HEX #B34923 Rose Of Sharon

📋 copy color: '#B34923'

red 179 ◦ green 73 ◦ blue 35

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

Shades of Rose Of Sharon #B34923

Tints of Rose Of Sharon #B34923

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.44%

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

R = 62.37%
G = 25.44%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#B34923 (or 0xB34923) is known color: Rose Of Sharon. HEX triplet: B3, 49 and 23. RGB value is (179,73,35). Sum of RGB (Red+Green+Blue) = 179+73+35=287 (38% of max value = 765). Red value is 179 (70.31% from 255 or 62.37% from 287); Green value is 73 (28.91% from 255 or 25.44% from 287); Blue value is 35 (14.06% from 255 or 12.20% from 287); Max value from RGB is 179 - color contains mainly: red. Hex color #B34923 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34923 is #4CB6DC. Grayscale: #646464. Windows color (decimal): -5027549 or 2312627. OLE color: 2312627.

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

Color convert

RGB 179 73 35 -
CMYK 0 0.59 0.80 0.30
HSL 15.83º 0.67% 0.42% -
HSV(B) 15.83º 0.8% 0.7% -
XYZ 21.28 14.47 3.26 -
YUV 100.36 91.12 184.09 -
System Red Green Blue C M Y K H S L
Decimal 179 73 35 0 0.59 0.80 0.30 15.83 0.67 0.42
Hex B3 49 23 0 3B 50 1E 10 43 2A
Octal 263 111 43 0 73 120 36 20 103 52
Binary 10110011 1001001 100011 0 111011 1010000 11110 10000 1000011 101010

Color Harmonies of #B34923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34923

Black with #B34923

Text Example


Text Example

White with #B34923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34923; }

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

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

background-color css

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

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

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

border-color css

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

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

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