Html Css Color HEX #B05426 Rose Of Sharon

📋 copy color: '#B05426'

red 176 ◦ green 84 ◦ blue 38

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

Shades of Rose Of Sharon #B05426

Tints of Rose Of Sharon #B05426

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.19%

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

R = 59.06%
G = 28.19%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#B05426 (or 0xB05426) is known color: Rose Of Sharon. HEX triplet: B0, 54 and 26. RGB value is (176,84,38). Sum of RGB (Red+Green+Blue) = 176+84+38=298 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.06% from 298); Green value is 84 (33.20% from 255 or 28.19% from 298); Blue value is 38 (15.23% from 255 or 12.75% from 298); Max value from RGB is 176 - color contains mainly: red. Hex color #B05426 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05426 is #4FABD9. Grayscale: #6A6A6A. Windows color (decimal): -5221338 or 2512048. OLE color: 2512048.

HSL color Cylindrical-coordinate representation of color #B05426: hue angle of 20º 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 #B05426 is Cyan = 0, Magento = 0.52, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 84 38 -
CMYK 0 0.52 0.78 0.31
HSL 20º 0.64% 0.42% -
HSV(B) 20º 0.78% 0.69% -
XYZ 21.42 15.71 3.74 -
YUV 106.26 89.48 177.74 -
System Red Green Blue C M Y K H S L
Decimal 176 84 38 0 0.52 0.78 0.31 20 0.64 0.42
Hex B0 54 26 0 34 4E 1F 14 40 2A
Octal 260 124 46 0 64 116 37 24 100 52
Binary 10110000 1010100 100110 0 110100 1001110 11111 10100 1000000 101010

Color Harmonies of #B05426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05426

Black with #B05426

Text Example


Text Example

White with #B05426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05426; }

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

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

background-color css

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

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

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

border-color css

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

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

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