Html Css Color HEX #B05128 Rose Of Sharon

📋 copy color: '#B05128'

red 176 ◦ green 81 ◦ blue 40

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

Shades of Rose Of Sharon #B05128

Tints of Rose Of Sharon #B05128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.47%

R = 59.26%
G = 27.27%
B = 13.47%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B05128 (or 0xB05128) is known color: Rose Of Sharon. HEX triplet: B0, 51 and 28. RGB value is (176,81,40). Sum of RGB (Red+Green+Blue) = 176+81+40=297 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.26% from 297); Green value is 81 (32.03% from 255 or 27.27% from 297); Blue value is 40 (16.02% from 255 or 13.47% from 297); Max value from RGB is 176 - color contains mainly: red. Hex color #B05128 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05128 is #4FAED7. Grayscale: #686868. Windows color (decimal): -5222104 or 2642352. OLE color: 2642352.

HSL color Cylindrical-coordinate representation of color #B05128: hue angle of 18.09º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B05128 is Cyan = 0, Magento = 0.54, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 81 40 -
CMYK 0 0.54 0.77 0.31
HSL 18.09º 0.63% 0.42% -
HSV(B) 18.09º 0.77% 0.69% -
XYZ 21.23 15.27 3.84 -
YUV 104.73 91.47 178.83 -
System Red Green Blue C M Y K H S L
Decimal 176 81 40 0 0.54 0.77 0.31 18.09 0.63 0.42
Hex B0 51 28 0 36 4D 1F 12 3F 2A
Octal 260 121 50 0 66 115 37 22 77 52
Binary 10110000 1010001 101000 0 110110 1001101 11111 10010 111111 101010

Color Harmonies of #B05128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05128

Black with #B05128

Text Example


Text Example

White with #B05128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05128; }

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

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

background-color css

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

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

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

border-color css

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

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

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