Html Css Color HEX #B45324 Rose Of Sharon

📋 copy color: '#B45324'

red 180 ◦ green 83 ◦ blue 36

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

Shades of Rose Of Sharon #B45324

Tints of Rose Of Sharon #B45324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12.04%

R = 60.2%
G = 27.76%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.8

 K value IS 0.29

RGB Variations

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

Color information

#B45324 (or 0xB45324) is known color: Rose Of Sharon. HEX triplet: B4, 53 and 24. RGB value is (180,83,36). Sum of RGB (Red+Green+Blue) = 180+83+36=299 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.20% from 299); Green value is 83 (32.81% from 255 or 27.76% from 299); Blue value is 36 (14.45% from 255 or 12.04% from 299); Max value from RGB is 180 - color contains mainly: red. Hex color #B45324 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45324 is #4BACDB. Grayscale: #6A6A6A. Windows color (decimal): -4959452 or 2380724. OLE color: 2380724.

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

Color convert

RGB 180 83 36 -
CMYK 0 0.54 0.8 0.29
HSL 19.58º 0.67% 0.42% -
HSV(B) 19.58º 0.8% 0.71% -
XYZ 22.23 16.02 3.59 -
YUV 106.65 88.14 180.32 -
System Red Green Blue C M Y K H S L
Decimal 180 83 36 0 0.54 0.8 0.29 19.58 0.67 0.42
Hex B4 53 24 0 36 50 1D 14 43 2A
Octal 264 123 44 0 66 120 35 24 103 52
Binary 10110100 1010011 100100 0 110110 1010000 11101 10100 1000011 101010

Color Harmonies of #B45324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45324

Black with #B45324

Text Example


Text Example

White with #B45324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45324; }

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

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

background-color css

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

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

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

border-color css

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

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

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