#BB983D

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

Shades of Roti #BB983D

Tints of Roti #BB983D

Color information

#BB983D (or 0xBB983D) is unknown color: approx Roti. HEX triplet: BB, 98 and 3D. RGB value is (187,152,61). Sum of RGB (Red+Green+Blue) = 187+152+61=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 152 (59.77% from 255 or 38% from 400); Blue value is 61 (24.22% from 255 or 15.25% from 400); Max value from RGB is 187 - color contains mainly: red. Hex color #BB983D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB983D is #4467C2. Grayscale: #989898. Windows color (decimal): -4483011 or 4036795. OLE color: 4036795.

HSL color Cylindrical-coordinate representation of color #BB983D: hue angle of 43.33º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB983D is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB18715261-
CMYK00.190.670.27
HSL43.33º50.81%48.63%-
HSV(B)43.33º67.38%73.33%-
XYZ32.5633.369.14-
YUV152.0976.6152.9-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.75%
GREEN value IS 152 (59.77% from 255) = 38%
BLUE value IS 61 (24.22% from 255) = 15.25%
R=46.75%
G=38%
B=15.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871526100.190.670.2743.3350.8148.63
HexBB983D013431B2b3331
Octal2732307502310333536361
Binary1011101110011000111101010011100001111011101011110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB983D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB983D; }

 p { color: rgb(187,152,61); }

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

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

 a { background-color: rgb(187,152,61); }

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

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

 span { border-color: rgb(187,152,61); }

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