#B19A38

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

Shades of Roti #B19A38

Tints of Roti #B19A38

Color information

#B19A38 (or 0xB19A38) is unknown color: approx Roti. HEX triplet: B1, 9A and 38. RGB value is (177,154,56). Sum of RGB (Red+Green+Blue) = 177+154+56=387 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.74% from 387); Green value is 154 (60.55% from 255 or 39.79% from 387); Blue value is 56 (22.27% from 255 or 14.47% from 387); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19A38 is #4E65C7. Grayscale: #969696. Windows color (decimal): -5137864 or 3709617. OLE color: 3709617.

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

Color convert

RGB17715456-
CMYK00.130.680.31
HSL48.6º51.93%45.69%-
HSV(B)48.6º68.36%69.41%-
XYZ30.432.748.46-
YUV149.775.12147.47-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.74%
GREEN value IS 154 (60.55% from 255) = 39.79%
BLUE value IS 56 (22.27% from 255) = 14.47%
R=45.74%
G=39.79%
B=14.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771545600.130.680.3148.651.9345.69
HexB19A380D441F31342e
Octal2612327001510437616456
Binary101100011001101011100001101100010011111110001110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19A38; }

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

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

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

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

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

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

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

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