#B9983A

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

Shades of Roti #B9983A

Tints of Roti #B9983A

Color information

#B9983A (or 0xB9983A) is unknown color: approx Roti. HEX triplet: B9, 98 and 3A. RGB value is (185,152,58). Sum of RGB (Red+Green+Blue) = 185+152+58=395 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.84% from 395); Green value is 152 (59.77% from 255 or 38.48% from 395); Blue value is 58 (23.05% from 255 or 14.68% from 395); Max value from RGB is 185 - color contains mainly: red. Hex color #B9983A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9983A is #4667C5. Grayscale: #979797. Windows color (decimal): -4614086 or 3840185. OLE color: 3840185.

HSL color Cylindrical-coordinate representation of color #B9983A: hue angle of 44.41º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B9983A is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB18515258-
CMYK00.180.690.27
HSL44.41º52.26%47.65%-
HSV(B)44.41º68.65%72.55%-
XYZ3233.088.7-
YUV151.1575.43152.14-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.84%
GREEN value IS 152 (59.77% from 255) = 38.48%
BLUE value IS 58 (23.05% from 255) = 14.68%
R=46.84%
G=38.48%
B=14.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851525800.180.690.2744.4152.2647.65
HexB9983A012451B2c3430
Octal2712307202210533546460
Binary1011100110011000111010010010100010111011101100110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9983A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9983A; }

 p { color: rgb(185,152,58); }

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

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

 a { background-color: rgb(185,152,58); }

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

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

 span { border-color: rgb(185,152,58); }

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