Html Css Color HEX #B15426 Rose Of Sharon

📋 copy color: '#B15426'

red 177 ◦ green 84 ◦ blue 38

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

Shades of Rose Of Sharon #B15426

Tints of Rose Of Sharon #B15426

RGB

 RED value IS 177 (69.53% from 255) = 59.2%

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

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

R = 59.2%
G = 28.09%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#B15426 (or 0xB15426) is known color: Rose Of Sharon. HEX triplet: B1, 54 and 26. RGB value is (177,84,38). Sum of RGB (Red+Green+Blue) = 177+84+38=299 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.20% from 299); Green value is 84 (33.20% from 255 or 28.09% from 299); Blue value is 38 (15.23% from 255 or 12.71% from 299); Max value from RGB is 177 - color contains mainly: red. Hex color #B15426 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15426 is #4EABD9. Grayscale: #6A6A6A. Windows color (decimal): -5155802 or 2512049. OLE color: 2512049.

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

Color convert

RGB 177 84 38 -
CMYK 0 0.53 0.79 0.31
HSL 19.86º 0.65% 0.42% -
HSV(B) 19.86º 0.79% 0.69% -
XYZ 21.65 15.83 3.75 -
YUV 106.56 89.31 178.24 -
System Red Green Blue C M Y K H S L
Decimal 177 84 38 0 0.53 0.79 0.31 19.86 0.65 0.42
Hex B1 54 26 0 35 4F 1F 14 41 2A
Octal 261 124 46 0 65 117 37 24 101 52
Binary 10110001 1010100 100110 0 110101 1001111 11111 10100 1000001 101010

Color Harmonies of #B15426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15426

Black with #B15426

Text Example


Text Example

White with #B15426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15426; }

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

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

background-color css

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

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

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

border-color css

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

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

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