Html Css Color HEX #B05022 Rose Of Sharon

📋 copy color: '#B05022'

red 176 ◦ green 80 ◦ blue 34

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

Shades of Rose Of Sharon #B05022

Tints of Rose Of Sharon #B05022

RGB

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

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

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

R = 60.69%
G = 27.59%
B = 11.72%

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

#B05022 (or 0xB05022) is known color: Rose Of Sharon. HEX triplet: B0, 50 and 22. RGB value is (176,80,34). Sum of RGB (Red+Green+Blue) = 176+80+34=290 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.69% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 34 (13.67% from 255 or 11.72% from 290); Max value from RGB is 176 - color contains mainly: red. Hex color #B05022 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05022 is #4FAFDD. Grayscale: #676767. Windows color (decimal): -5222366 or 2248880. OLE color: 2248880.

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

Color convert

RGB 176 80 34 -
CMYK 0 0.55 0.81 0.31
HSL 19.44º 0.68% 0.41% -
HSV(B) 19.44º 0.81% 0.69% -
XYZ 21.06 15.08 3.31 -
YUV 103.46 88.8 179.74 -
System Red Green Blue C M Y K H S L
Decimal 176 80 34 0 0.55 0.81 0.31 19.44 0.68 0.41
Hex B0 50 22 0 37 51 1F 13 44 29
Octal 260 120 42 0 67 121 37 23 104 51
Binary 10110000 1010000 100010 0 110111 1010001 11111 10011 1000100 101001

Color Harmonies of #B05022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05022

Black with #B05022

Text Example


Text Example

White with #B05022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05022; }

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

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

background-color css

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

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

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

border-color css

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

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

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