#B8983A

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

Shades of Roti #B8983A

Tints of Roti #B8983A

Color information

#B8983A (or 0xB8983A) is unknown color: approx Roti. HEX triplet: B8, 98 and 3A. RGB value is (184,152,58). Sum of RGB (Red+Green+Blue) = 184+152+58=394 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.70% from 394); Green value is 152 (59.77% from 255 or 38.58% from 394); Blue value is 58 (23.05% from 255 or 14.72% from 394); Max value from RGB is 184 - color contains mainly: red. Hex color #B8983A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8983A is #4767C5. Grayscale: #979797. Windows color (decimal): -4679622 or 3840184. OLE color: 3840184.

HSL color Cylindrical-coordinate representation of color #B8983A: hue angle of 44.76º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B8983A is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.28.

Color convert

RGB18415258-
CMYK00.170.680.28
HSL44.76º52.07%47.45%-
HSV(B)44.76º68.48%72.16%-
XYZ31.7632.958.69-
YUV150.8575.6151.64-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.70%
GREEN value IS 152 (59.77% from 255) = 38.58%
BLUE value IS 58 (23.05% from 255) = 14.72%
R=46.70%
G=38.58%
B=14.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.68
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841525800.170.680.2844.7652.0747.45
HexB8983A011441C2d342f
Octal2702307202110434556457
Binary1011100010011000111010010001100010011100101101110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8983A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8983A; }

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

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

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

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

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

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

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

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