Html Css Color HEX #B04426 Rose Of Sharon

📋 copy color: '#B04426'

red 176 ◦ green 68 ◦ blue 38

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

Shades of Rose Of Sharon #B04426

Tints of Rose Of Sharon #B04426

RGB

 RED value IS 176 (69.14% from 255) = 62.41%

 GREEN value IS 68 (26.95% from 255) = 24.11%

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

R = 62.41%
G = 24.11%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#B04426 (or 0xB04426) is known color: Rose Of Sharon. HEX triplet: B0, 44 and 26. RGB value is (176,68,38). Sum of RGB (Red+Green+Blue) = 176+68+38=282 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.41% from 282); Green value is 68 (26.95% from 255 or 24.11% from 282); Blue value is 38 (15.23% from 255 or 13.48% from 282); Max value from RGB is 176 - color contains mainly: red. Hex color #B04426 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04426 is #4FBBD9. Grayscale: #616161. Windows color (decimal): -5225434 or 2507952. OLE color: 2507952.

HSL color Cylindrical-coordinate representation of color #B04426: hue angle of 13.04º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B04426 is Cyan = 0, Magento = 0.61, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 68 38 -
CMYK 0 0.61 0.78 0.31
HSL 13.04º 0.64% 0.42% -
HSV(B) 13.04º 0.78% 0.69% -
XYZ 20.32 13.5 3.37 -
YUV 96.87 94.78 184.44 -
System Red Green Blue C M Y K H S L
Decimal 176 68 38 0 0.61 0.78 0.31 13.04 0.64 0.42
Hex B0 44 26 0 3D 4E 1F D 40 2A
Octal 260 104 46 0 75 116 37 15 100 52
Binary 10110000 1000100 100110 0 111101 1001110 11111 1101 1000000 101010

Color Harmonies of #B04426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04426

Black with #B04426

Text Example


Text Example

White with #B04426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04426; }

 p { color: rgb(176,68,38); }

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

background-color css

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

 a { background-color: rgb(176,68,38); }

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

border-color css

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

 span { border-color: rgb(176,68,38); }

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