#BD9E38

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

Shades of Roti #BD9E38

Tints of Roti #BD9E38

Color information

#BD9E38 (or 0xBD9E38) is unknown color: approx Roti. HEX triplet: BD, 9E and 38. RGB value is (189,158,56). Sum of RGB (Red+Green+Blue) = 189+158+56=403 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.90% from 403); Green value is 158 (62.11% from 255 or 39.21% from 403); Blue value is 56 (22.27% from 255 or 13.90% from 403); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9E38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9E38 is #4261C7. Grayscale: #9C9C9C. Windows color (decimal): -4350408 or 3710653. OLE color: 3710653.

HSL color Cylindrical-coordinate representation of color #BD9E38: hue angle of 46.02º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD9E38 is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB18915856-
CMYK00.160.700.26
HSL46.02º54.29%48.04%-
HSV(B)46.02º70.37%74.12%-
XYZ33.9335.568.82-
YUV155.6471.77151.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.90%
GREEN value IS 158 (62.11% from 255) = 39.21%
BLUE value IS 56 (22.27% from 255) = 13.90%
R=46.90%
G=39.21%
B=13.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.70
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891585600.160.700.2646.0254.2948.04
HexBD9E38010461A2e3630
Octal2752367002010632566660
Binary1011110110011110111000010000100011011010101110110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9E38; }

 p { color: rgb(189,158,56); }

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

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

 a { background-color: rgb(189,158,56); }

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

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

 span { border-color: rgb(189,158,56); }

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