Html Css Color HEX #B05325 Rose Of Sharon

📋 copy color: '#B05325'

red 176 ◦ green 83 ◦ blue 37

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

Shades of Rose Of Sharon #B05325

Tints of Rose Of Sharon #B05325

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.04%

 BLUE value IS 37 (14.84% from 255) = 12.5%

R = 59.46%
G = 28.04%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.79

 K value IS 0.31

RGB Variations

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

Color information

#B05325 (or 0xB05325) is known color: Rose Of Sharon. HEX triplet: B0, 53 and 25. RGB value is (176,83,37). Sum of RGB (Red+Green+Blue) = 176+83+37=296 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.46% from 296); Green value is 83 (32.81% from 255 or 28.04% from 296); Blue value is 37 (14.84% from 255 or 12.5% from 296); Max value from RGB is 176 - color contains mainly: red. Hex color #B05325 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05325 is #4FACDA. Grayscale: #696969. Windows color (decimal): -5221595 or 2446256. OLE color: 2446256.

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

Color convert

RGB 176 83 37 -
CMYK 0 0.53 0.79 0.31
HSL 19.86º 0.65% 0.42% -
HSV(B) 19.86º 0.79% 0.69% -
XYZ 21.33 15.55 3.63 -
YUV 105.56 89.31 178.24 -
System Red Green Blue C M Y K H S L
Decimal 176 83 37 0 0.53 0.79 0.31 19.86 0.65 0.42
Hex B0 53 25 0 35 4F 1F 14 41 2A
Octal 260 123 45 0 65 117 37 24 101 52
Binary 10110000 1010011 100101 0 110101 1001111 11111 10100 1000001 101010

Color Harmonies of #B05325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05325

Black with #B05325

Text Example


Text Example

White with #B05325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05325; }

 p { color: rgb(176,83,37); }

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

background-color css

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

 a { background-color: rgb(176,83,37); }

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

border-color css

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

 span { border-color: rgb(176,83,37); }

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