Html Css Color HEX #B24726 Rose Of Sharon

📋 copy color: '#B24726'

red 178 ◦ green 71 ◦ blue 38

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

Shades of Rose Of Sharon #B24726

Tints of Rose Of Sharon #B24726

RGB

 RED value IS 178 (69.92% from 255) = 62.02%

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

 BLUE value IS 38 (15.23% from 255) = 13.24%

R = 62.02%
G = 24.74%
B = 13.24%

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

#B24726 (or 0xB24726) is known color: Rose Of Sharon. HEX triplet: B2, 47 and 26. RGB value is (178,71,38). Sum of RGB (Red+Green+Blue) = 178+71+38=287 (38% of max value = 765). Red value is 178 (69.92% from 255 or 62.02% from 287); Green value is 71 (28.12% from 255 or 24.74% from 287); Blue value is 38 (15.23% from 255 or 13.24% from 287); Max value from RGB is 178 - color contains mainly: red. Hex color #B24726 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24726 is #4DB8D9. Grayscale: #636363. Windows color (decimal): -5093594 or 2508722. OLE color: 2508722.

HSL color Cylindrical-coordinate representation of color #B24726: hue angle of 14.14º degrees, saturation: 0.65, 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 #B24726 is Cyan = 0, Magento = 0.60, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 71 38 -
CMYK 0 0.60 0.79 0.30
HSL 14.14º 0.65% 0.42% -
HSV(B) 14.14º 0.79% 0.7% -
XYZ 20.96 14.11 3.45 -
YUV 99.23 93.45 184.18 -
System Red Green Blue C M Y K H S L
Decimal 178 71 38 0 0.60 0.79 0.30 14.14 0.65 0.42
Hex B2 47 26 0 3C 4F 1E E 41 2A
Octal 262 107 46 0 74 117 36 16 101 52
Binary 10110010 1000111 100110 0 111100 1001111 11110 1110 1000001 101010

Color Harmonies of #B24726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24726

Black with #B24726

Text Example


Text Example

White with #B24726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24726; }

 p { color: rgb(178,71,38); }

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

background-color css

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

 a { background-color: rgb(178,71,38); }

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

border-color css

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

 span { border-color: rgb(178,71,38); }

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