#B99643

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

Shades of Roti #B99643

Tints of Roti #B99643

Color information

#B99643 (or 0xB99643) is unknown color: approx Roti. HEX triplet: B9, 96 and 43. RGB value is (185,150,67). Sum of RGB (Red+Green+Blue) = 185+150+67=402 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.02% from 402); Green value is 150 (58.98% from 255 or 37.31% from 402); Blue value is 67 (26.56% from 255 or 16.67% from 402); Max value from RGB is 185 - color contains mainly: red. Hex color #B99643 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99643 is #4669BC. Grayscale: #979797. Windows color (decimal): -4614589 or 4429497. OLE color: 4429497.

HSL color Cylindrical-coordinate representation of color #B99643: hue angle of 42.2º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B99643 is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB18515067-
CMYK00.190.640.27
HSL42.2º46.83%49.41%-
HSV(B)42.2º63.78%72.55%-
XYZ31.9332.539.91-
YUV15180.6152.25-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.02%
GREEN value IS 150 (58.98% from 255) = 37.31%
BLUE value IS 67 (26.56% from 255) = 16.67%
R=46.02%
G=37.31%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851506700.190.640.2742.246.8349.41
HexB99643013401B2a2f31
Octal27122610302310033525761
Binary10111001100101101000011010011100000011011101010101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99643; }

 p { color: rgb(185,150,67); }

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

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

 a { background-color: rgb(185,150,67); }

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

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

 span { border-color: rgb(185,150,67); }

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