#BD983A

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

Shades of Roti #BD983A

Tints of Roti #BD983A

Color information

#BD983A (or 0xBD983A) is unknown color: approx Roti. HEX triplet: BD, 98 and 3A. RGB value is (189,152,58). Sum of RGB (Red+Green+Blue) = 189+152+58=399 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.37% from 399); Green value is 152 (59.77% from 255 or 38.10% from 399); Blue value is 58 (23.05% from 255 or 14.54% from 399); Max value from RGB is 189 - color contains mainly: red. Hex color #BD983A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD983A is #4267C5. Grayscale: #989898. Windows color (decimal): -4351942 or 3840189. OLE color: 3840189.

HSL color Cylindrical-coordinate representation of color #BD983A: hue angle of 43.05º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BD983A is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB18915258-
CMYK00.200.690.26
HSL43.05º53.04%48.43%-
HSV(B)43.05º69.31%74.12%-
XYZ32.9833.588.75-
YUV152.3574.76154.14-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.37%
GREEN value IS 152 (59.77% from 255) = 38.10%
BLUE value IS 58 (23.05% from 255) = 14.54%
R=47.37%
G=38.10%
B=14.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891525800.200.690.2643.0553.0448.43
HexBD983A014451A2b3530
Octal2752307202410532536560
Binary1011110110011000111010010100100010111010101011110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD983A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD983A; }

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

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

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

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

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

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

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

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