Html Css Color HEX #B15425 Rose Of Sharon

📋 copy color: '#B15425'

red 177 ◦ green 84 ◦ blue 37

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

Shades of Rose Of Sharon #B15425

Tints of Rose Of Sharon #B15425

RGB

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

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

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

R = 59.4%
G = 28.19%
B = 12.42%

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

#B15425 (or 0xB15425) is known color: Rose Of Sharon. HEX triplet: B1, 54 and 25. RGB value is (177,84,37). Sum of RGB (Red+Green+Blue) = 177+84+37=298 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.40% from 298); Green value is 84 (33.20% from 255 or 28.19% from 298); Blue value is 37 (14.84% from 255 or 12.42% from 298); Max value from RGB is 177 - color contains mainly: red. Hex color #B15425 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15425 is #4EABDA. Grayscale: #6A6A6A. Windows color (decimal): -5155803 or 2446513. OLE color: 2446513.

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

Color convert

RGB 177 84 37 -
CMYK 0 0.53 0.79 0.31
HSL 20.14º 0.65% 0.42% -
HSV(B) 20.14º 0.79% 0.69% -
XYZ 21.64 15.82 3.66 -
YUV 106.45 88.81 178.32 -
System Red Green Blue C M Y K H S L
Decimal 177 84 37 0 0.53 0.79 0.31 20.14 0.65 0.42
Hex B1 54 25 0 35 4F 1F 14 41 2A
Octal 261 124 45 0 65 117 37 24 101 52
Binary 10110001 1010100 100101 0 110101 1001111 11111 10100 1000001 101010

Color Harmonies of #B15425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15425

Black with #B15425

Text Example


Text Example

White with #B15425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15425; }

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

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

background-color css

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

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

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

border-color css

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

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

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