#B4983A

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

Shades of Roti #B4983A

Tints of Roti #B4983A

Color information

#B4983A (or 0xB4983A) is unknown color: approx Roti. HEX triplet: B4, 98 and 3A. RGB value is (180,152,58). Sum of RGB (Red+Green+Blue) = 180+152+58=390 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.15% from 390); Green value is 152 (59.77% from 255 or 38.97% from 390); Blue value is 58 (23.05% from 255 or 14.87% from 390); Max value from RGB is 180 - color contains mainly: red. Hex color #B4983A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4983A is #4B67C5. Grayscale: #969696. Windows color (decimal): -4941766 or 3840180. OLE color: 3840180.

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

Color convert

RGB18015258-
CMYK00.160.680.29
HSL46.23º51.26%46.67%-
HSV(B)46.23º67.78%70.59%-
XYZ30.8132.478.65-
YUV149.6676.28149.64-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.15%
GREEN value IS 152 (59.77% from 255) = 38.97%
BLUE value IS 58 (23.05% from 255) = 14.87%
R=46.15%
G=38.97%
B=14.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801525800.160.680.2946.2351.2646.67
HexB4983A010441D2e332f
Octal2642307202010435566357
Binary1011010010011000111010010000100010011101101110110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4983A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4983A; }

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

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

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

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

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

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

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

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