Html Css Color HEX #B45022 Rose Of Sharon

📋 copy color: '#B45022'

red 180 ◦ green 80 ◦ blue 34

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

Shades of Rose Of Sharon #B45022

Tints of Rose Of Sharon #B45022

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.21%

 BLUE value IS 34 (13.67% from 255) = 11.56%

R = 61.22%
G = 27.21%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B45022 (or 0xB45022) is known color: Rose Of Sharon. HEX triplet: B4, 50 and 22. RGB value is (180,80,34). Sum of RGB (Red+Green+Blue) = 180+80+34=294 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.22% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 34 (13.67% from 255 or 11.56% from 294); Max value from RGB is 180 - color contains mainly: red. Hex color #B45022 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45022 is #4BAFDD. Grayscale: #686868. Windows color (decimal): -4960222 or 2248884. OLE color: 2248884.

HSL color Cylindrical-coordinate representation of color #B45022: hue angle of 18.9º degrees, saturation: 0.68, 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 #B45022 is Cyan = 0, Magento = 0.56, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 80 34 -
CMYK 0 0.56 0.81 0.29
HSL 18.9º 0.68% 0.42% -
HSV(B) 18.9º 0.81% 0.71% -
XYZ 21.98 15.56 3.36 -
YUV 104.66 88.13 181.74 -
System Red Green Blue C M Y K H S L
Decimal 180 80 34 0 0.56 0.81 0.29 18.9 0.68 0.42
Hex B4 50 22 0 38 51 1D 13 44 2A
Octal 264 120 42 0 70 121 35 23 104 52
Binary 10110100 1010000 100010 0 111000 1010001 11101 10011 1000100 101010

Color Harmonies of #B45022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45022

Black with #B45022

Text Example


Text Example

White with #B45022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45022; }

 p { color: rgb(180,80,34); }

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

background-color css

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

 a { background-color: rgb(180,80,34); }

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

border-color css

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

 span { border-color: rgb(180,80,34); }

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