Html Css Color HEX #B05123 Rose Of Sharon

📋 copy color: '#B05123'

red 176 ◦ green 81 ◦ blue 35

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

Shades of Rose Of Sharon #B05123

Tints of Rose Of Sharon #B05123

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.74%

 BLUE value IS 35 (14.06% from 255) = 11.99%

R = 60.27%
G = 27.74%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#B05123 (or 0xB05123) is known color: Rose Of Sharon. HEX triplet: B0, 51 and 23. RGB value is (176,81,35). Sum of RGB (Red+Green+Blue) = 176+81+35=292 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.27% from 292); Green value is 81 (32.03% from 255 or 27.74% from 292); Blue value is 35 (14.06% from 255 or 11.99% from 292); Max value from RGB is 176 - color contains mainly: red. Hex color #B05123 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05123 is #4FAEDC. Grayscale: #686868. Windows color (decimal): -5222109 or 2314672. OLE color: 2314672.

HSL color Cylindrical-coordinate representation of color #B05123: hue angle of 19.57º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B05123 is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 81 35 -
CMYK 0 0.54 0.80 0.31
HSL 19.57º 0.67% 0.41% -
HSV(B) 19.57º 0.8% 0.69% -
XYZ 21.15 15.24 3.42 -
YUV 104.16 88.97 179.24 -
System Red Green Blue C M Y K H S L
Decimal 176 81 35 0 0.54 0.80 0.31 19.57 0.67 0.41
Hex B0 51 23 0 36 50 1F 14 43 29
Octal 260 121 43 0 66 120 37 24 103 51
Binary 10110000 1010001 100011 0 110110 1010000 11111 10100 1000011 101001

Color Harmonies of #B05123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05123

Black with #B05123

Text Example


Text Example

White with #B05123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05123; }

 p { color: rgb(176,81,35); }

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

background-color css

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

 a { background-color: rgb(176,81,35); }

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

border-color css

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

 span { border-color: rgb(176,81,35); }

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