Html Css Color HEX #B34D2B Rose Of Sharon

📋 copy color: '#B34D2B'

red 179 ◦ green 77 ◦ blue 43

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

Shades of Rose Of Sharon #B34D2B

Tints of Rose Of Sharon #B34D2B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.75%

 BLUE value IS 43 (17.19% from 255) = 14.38%

R = 59.87%
G = 25.75%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.76

 K value IS 0.30

RGB Variations

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

Color information

#B34D2B (or 0xB34D2B) is known color: Rose Of Sharon. HEX triplet: B3, 4D and 2B. RGB value is (179,77,43). Sum of RGB (Red+Green+Blue) = 179+77+43=299 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.87% from 299); Green value is 77 (30.47% from 255 or 25.75% from 299); Blue value is 43 (17.19% from 255 or 14.38% from 299); Max value from RGB is 179 - color contains mainly: red. Hex color #B34D2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B34D2B is #4CB2D4. Grayscale: #676767. Windows color (decimal): -5026517 or 2837939. OLE color: 2837939.

HSL color Cylindrical-coordinate representation of color #B34D2B: hue angle of 15º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B34D2B is Cyan = 0, Magento = 0.57, Yellow = 0.76 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 77 43 -
CMYK 0 0.57 0.76 0.30
HSL 15º 0.61% 0.44% -
HSV(B) 15º 0.76% 0.7% -
XYZ 21.68 15.07 4.05 -
YUV 103.62 93.79 181.76 -
System Red Green Blue C M Y K H S L
Decimal 179 77 43 0 0.57 0.76 0.30 15 0.61 0.44
Hex B3 4D 2B 0 39 4C 1E F 3D 2C
Octal 263 115 53 0 71 114 36 17 75 54
Binary 10110011 1001101 101011 0 111001 1001100 11110 1111 111101 101100

Color Harmonies of #B34D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34D2B

Black with #B34D2B

Text Example


Text Example

White with #B34D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34D2B; }

 p { color: rgb(179,77,43); }

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

background-color css

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

 a { background-color: rgb(179,77,43); }

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

border-color css

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

 span { border-color: rgb(179,77,43); }

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