Html Css Color HEX #B34725 Rose Of Sharon

📋 copy color: '#B34725'

red 179 ◦ green 71 ◦ blue 37

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

Shades of Rose Of Sharon #B34725

Tints of Rose Of Sharon #B34725

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.89%

R = 62.37%
G = 24.74%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#B34725 (or 0xB34725) is known color: Rose Of Sharon. HEX triplet: B3, 47 and 25. RGB value is (179,71,37). Sum of RGB (Red+Green+Blue) = 179+71+37=287 (38% of max value = 765). Red value is 179 (70.31% from 255 or 62.37% from 287); Green value is 71 (28.12% from 255 or 24.74% from 287); Blue value is 37 (14.84% from 255 or 12.89% from 287); Max value from RGB is 179 - color contains mainly: red. Hex color #B34725 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34725 is #4CB8DA. Grayscale: #636363. Windows color (decimal): -5028059 or 2443187. OLE color: 2443187.

HSL color Cylindrical-coordinate representation of color #B34725: hue angle of 14.37º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B34725 is Cyan = 0, Magento = 0.60, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 71 37 -
CMYK 0 0.60 0.79 0.30
HSL 14.37º 0.66% 0.42% -
HSV(B) 14.37º 0.79% 0.7% -
XYZ 21.18 14.22 3.38 -
YUV 99.42 92.78 184.76 -
System Red Green Blue C M Y K H S L
Decimal 179 71 37 0 0.60 0.79 0.30 14.37 0.66 0.42
Hex B3 47 25 0 3C 4F 1E E 42 2A
Octal 263 107 45 0 74 117 36 16 102 52
Binary 10110011 1000111 100101 0 111100 1001111 11110 1110 1000010 101010

Color Harmonies of #B34725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34725

Black with #B34725

Text Example


Text Example

White with #B34725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34725; }

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

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

background-color css

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

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

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

border-color css

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

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

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