Html Css Color HEX #B15422 Rose Of Sharon

📋 copy color: '#B15422'

red 177 ◦ green 84 ◦ blue 34

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

Shades of Rose Of Sharon #B15422

Tints of Rose Of Sharon #B15422

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 11.53%

R = 60%
G = 28.47%
B = 11.53%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B15422 (or 0xB15422) is known color: Rose Of Sharon. HEX triplet: B1, 54 and 22. RGB value is (177,84,34). Sum of RGB (Red+Green+Blue) = 177+84+34=295 (39% of max value = 765). Red value is 177 (69.53% from 255 or 60% from 295); Green value is 84 (33.20% from 255 or 28.47% from 295); Blue value is 34 (13.67% from 255 or 11.53% from 295); Max value from RGB is 177 - color contains mainly: red. Hex color #B15422 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15422 is #4EABDD. Grayscale: #6A6A6A. Windows color (decimal): -5155806 or 2249905. OLE color: 2249905.

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

Color convert

RGB 177 84 34 -
CMYK 0 0.53 0.81 0.31
HSL 20.98º 0.68% 0.41% -
HSV(B) 20.98º 0.81% 0.69% -
XYZ 21.59 15.8 3.43 -
YUV 106.11 87.31 178.57 -
System Red Green Blue C M Y K H S L
Decimal 177 84 34 0 0.53 0.81 0.31 20.98 0.68 0.41
Hex B1 54 22 0 35 51 1F 15 44 29
Octal 261 124 42 0 65 121 37 25 104 51
Binary 10110001 1010100 100010 0 110101 1010001 11111 10101 1000100 101001

Color Harmonies of #B15422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15422

Black with #B15422

Text Example


Text Example

White with #B15422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15422; }

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

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

background-color css

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

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

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

border-color css

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

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

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