Html Css Color HEX #B05323 Rose Of Sharon

📋 copy color: '#B05323'

red 176 ◦ green 83 ◦ blue 35

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

Shades of Rose Of Sharon #B05323

Tints of Rose Of Sharon #B05323

RGB

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

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

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

R = 59.86%
G = 28.23%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#B05323 (or 0xB05323) is known color: Rose Of Sharon. HEX triplet: B0, 53 and 23. RGB value is (176,83,35). Sum of RGB (Red+Green+Blue) = 176+83+35=294 (38% of max value = 765). Red value is 176 (69.14% from 255 or 59.86% from 294); Green value is 83 (32.81% from 255 or 28.23% from 294); Blue value is 35 (14.06% from 255 or 11.90% from 294); Max value from RGB is 176 - color contains mainly: red. Hex color #B05323 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05323 is #4FACDC. Grayscale: #696969. Windows color (decimal): -5221597 or 2315184. OLE color: 2315184.

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

Color convert

RGB 176 83 35 -
CMYK 0 0.53 0.80 0.31
HSL 20.43º 0.67% 0.41% -
HSV(B) 20.43º 0.8% 0.69% -
XYZ 21.3 15.54 3.47 -
YUV 105.34 88.31 178.4 -
System Red Green Blue C M Y K H S L
Decimal 176 83 35 0 0.53 0.80 0.31 20.43 0.67 0.41
Hex B0 53 23 0 35 50 1F 14 43 29
Octal 260 123 43 0 65 120 37 24 103 51
Binary 10110000 1010011 100011 0 110101 1010000 11111 10100 1000011 101001

Color Harmonies of #B05323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05323

Black with #B05323

Text Example


Text Example

White with #B05323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05323; }

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

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

background-color css

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

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

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

border-color css

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

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

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