#B75022

Color #B75022 Rose Of Sharon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Of Sharon #B75022

Tints of Rose Of Sharon #B75022

Color information

#B75022 (or 0xB75022) is unknown color: approx Rose Of Sharon. HEX triplet: B7, 50 and 22. RGB value is (183,80,34). Sum of RGB (Red+Green+Blue) = 183+80+34=297 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.62% from 297); Green value is 80 (31.64% from 255 or 26.94% from 297); Blue value is 34 (13.67% from 255 or 11.45% from 297); Max value from RGB is 183 - color contains mainly: red. Hex color #B75022 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75022 is #48AFDD. Grayscale: #696969. Windows color (decimal): -4763614 or 2248887. OLE color: 2248887.

HSL color Cylindrical-coordinate representation of color #B75022: hue angle of 18.52º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B75022 is Cyan = 0, Magento = 0.56, Yellow = 0.81 and Black (K on CMYK) = 0.28.

Color convert

RGB1838034-
CMYK00.560.810.28
HSL18.52º68.66%42.55%-
HSV(B)18.52º81.42%71.76%-
XYZ22.6915.923.39-
YUV105.5587.62183.24-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 61.62%
GREEN value IS 80 (31.64% from 255) = 26.94%
BLUE value IS 34 (13.67% from 255) = 11.45%
R=61.62%
G=26.94%
B=11.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.81
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183803400.560.810.2818.5268.6642.55
HexB75022038511C13452b
Octal26712042070121342310553
Binary1011011110100001000100111000101000111100100111000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75022; }

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

 H1.HeaderClassName
 {
   color: #B75022;
 }
 .AnyTagClassName
 {
   color: #B75022;
 }
</style>
background-color css

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

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

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

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

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

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