#B7993A

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

Shades of Roti #B7993A

Tints of Roti #B7993A

Color information

#B7993A (or 0xB7993A) is unknown color: approx Roti. HEX triplet: B7, 99 and 3A. RGB value is (183,153,58). Sum of RGB (Red+Green+Blue) = 183+153+58=394 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.45% from 394); Green value is 153 (60.16% from 255 or 38.83% from 394); Blue value is 58 (23.05% from 255 or 14.72% from 394); Max value from RGB is 183 - color contains mainly: red. Hex color #B7993A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7993A is #4866C5. Grayscale: #979797. Windows color (decimal): -4744902 or 3840439. OLE color: 3840439.

HSL color Cylindrical-coordinate representation of color #B7993A: hue angle of 45.6º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B7993A is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.28.

Color convert

RGB18315358-
CMYK00.160.680.28
HSL45.6º51.87%47.25%-
HSV(B)45.6º68.31%71.76%-
XYZ31.6833.168.73-
YUV151.1475.44150.72-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.45%
GREEN value IS 153 (60.16% from 255) = 38.83%
BLUE value IS 58 (23.05% from 255) = 14.72%
R=46.45%
G=38.83%
B=14.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.68
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831535800.160.680.2845.651.8747.25
HexB7993A010441C2e342f
Octal2672317202010434566457
Binary1011011110011001111010010000100010011100101110110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7993A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7993A; }

 p { color: rgb(183,153,58); }

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

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

 a { background-color: rgb(183,153,58); }

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

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

 span { border-color: rgb(183,153,58); }

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