Html Css Color HEX #B15022 Rose Of Sharon

📋 copy color: '#B15022'

red 177 ◦ green 80 ◦ blue 34

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

Shades of Rose Of Sharon #B15022

Tints of Rose Of Sharon #B15022

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.49%

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

R = 60.82%
G = 27.49%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B15022 (or 0xB15022) is known color: Rose Of Sharon. HEX triplet: B1, 50 and 22. RGB value is (177,80,34). Sum of RGB (Red+Green+Blue) = 177+80+34=291 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.82% from 291); Green value is 80 (31.64% from 255 or 27.49% from 291); Blue value is 34 (13.67% from 255 or 11.68% from 291); Max value from RGB is 177 - color contains mainly: red. Hex color #B15022 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15022 is #4EAFDD. Grayscale: #686868. Windows color (decimal): -5156830 or 2248881. OLE color: 2248881.

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

Color convert

RGB 177 80 34 -
CMYK 0 0.55 0.81 0.31
HSL 19.3º 0.68% 0.41% -
HSV(B) 19.3º 0.81% 0.69% -
XYZ 21.29 15.2 3.33 -
YUV 103.76 88.64 180.24 -
System Red Green Blue C M Y K H S L
Decimal 177 80 34 0 0.55 0.81 0.31 19.3 0.68 0.41
Hex B1 50 22 0 37 51 1F 13 44 29
Octal 261 120 42 0 67 121 37 23 104 51
Binary 10110001 1010000 100010 0 110111 1010001 11111 10011 1000100 101001

Color Harmonies of #B15022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15022

Black with #B15022

Text Example


Text Example

White with #B15022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15022; }

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

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

background-color css

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

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

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

border-color css

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

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

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