#B19A3D

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

Shades of Roti #B19A3D

Tints of Roti #B19A3D

Color information

#B19A3D (or 0xB19A3D) is unknown color: approx Roti. HEX triplet: B1, 9A and 3D. RGB value is (177,154,61). Sum of RGB (Red+Green+Blue) = 177+154+61=392 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.15% from 392); Green value is 154 (60.55% from 255 or 39.29% from 392); Blue value is 61 (24.22% from 255 or 15.56% from 392); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19A3D is #4E65C2. Grayscale: #969696. Windows color (decimal): -5137859 or 4037297. OLE color: 4037297.

HSL color Cylindrical-coordinate representation of color #B19A3D: hue angle of 48.1º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B19A3D is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB17715461-
CMYK00.130.660.31
HSL48.1º48.74%46.67%-
HSV(B)48.1º65.54%69.41%-
XYZ30.5332.89.14-
YUV150.2877.62147.06-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.15%
GREEN value IS 154 (60.55% from 255) = 39.29%
BLUE value IS 61 (24.22% from 255) = 15.56%
R=45.15%
G=39.29%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771546100.130.660.3148.148.7446.67
HexB19A3D0D421F30312f
Octal2612327501510237606157
Binary101100011001101011110101101100001011111110000110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19A3D; }

 p { color: rgb(177,154,61); }

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

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

 a { background-color: rgb(177,154,61); }

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

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

 span { border-color: rgb(177,154,61); }

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