Html Css Color HEX #B45323 Rose Of Sharon

📋 copy color: '#B45323'

red 180 ◦ green 83 ◦ blue 35

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

Shades of Rose Of Sharon #B45323

Tints of Rose Of Sharon #B45323

RGB

 RED value IS 180 (70.7% from 255) = 60.4%

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

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

R = 60.4%
G = 27.85%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B45323 (or 0xB45323) is known color: Rose Of Sharon. HEX triplet: B4, 53 and 23. RGB value is (180,83,35). Sum of RGB (Red+Green+Blue) = 180+83+35=298 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.40% from 298); Green value is 83 (32.81% from 255 or 27.85% from 298); Blue value is 35 (14.06% from 255 or 11.74% from 298); Max value from RGB is 180 - color contains mainly: red. Hex color #B45323 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45323 is #4BACDC. Grayscale: #6A6A6A. Windows color (decimal): -4959453 or 2315188. OLE color: 2315188.

HSL color Cylindrical-coordinate representation of color #B45323: hue angle of 19.86º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B45323 is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 83 35 -
CMYK 0 0.54 0.81 0.29
HSL 19.86º 0.67% 0.42% -
HSV(B) 19.86º 0.81% 0.71% -
XYZ 22.22 16.01 3.51 -
YUV 106.53 87.64 180.4 -
System Red Green Blue C M Y K H S L
Decimal 180 83 35 0 0.54 0.81 0.29 19.86 0.67 0.42
Hex B4 53 23 0 36 51 1D 14 43 2A
Octal 264 123 43 0 66 121 35 24 103 52
Binary 10110100 1010011 100011 0 110110 1010001 11101 10100 1000011 101010

Color Harmonies of #B45323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45323

Black with #B45323

Text Example


Text Example

White with #B45323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45323; }

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

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

background-color css

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

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

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

border-color css

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

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

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