#B65334

Color #B65334 Red Stage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Stage #B65334

Tints of Red Stage #B65334

Color information

#B65334 (or 0xB65334) is unknown color: approx Red Stage. HEX triplet: B6, 53 and 34. RGB value is (182,83,52). Sum of RGB (Red+Green+Blue) = 182+83+52=317 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.41% from 317); Green value is 83 (32.81% from 255 or 26.18% from 317); Blue value is 52 (20.70% from 255 or 16.40% from 317); Max value from RGB is 182 - color contains mainly: red. Hex color #B65334 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65334 is #49ACCB. Grayscale: #6D6D6D. Windows color (decimal): -4828364 or 3429302. OLE color: 3429302.

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

Color convert

RGB1828352-
CMYK00.540.710.29
HSL14.31º55.56%45.88%-
HSV(B)14.31º71.43%71.37%-
XYZ2316.385.2-
YUV109.0795.8180.02-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 57.41%
GREEN value IS 83 (32.81% from 255) = 26.18%
BLUE value IS 52 (20.70% from 255) = 16.40%
R=57.41%
G=26.18%
B=16.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182835200.540.710.2914.3155.5645.88
HexB65334036471De382e
Octal2661236406610735167056
Binary10110110101001111010001101101000111111011110111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65334; }

 p { color: rgb(182,83,52); }

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

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

 a { background-color: rgb(182,83,52); }

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

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

 span { border-color: rgb(182,83,52); }

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