#B9933D

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

Shades of Roti #B9933D

Tints of Roti #B9933D

Color information

#B9933D (or 0xB9933D) is unknown color: approx Roti. HEX triplet: B9, 93 and 3D. RGB value is (185,147,61). Sum of RGB (Red+Green+Blue) = 185+147+61=393 (52% of max value = 765). Red value is 185 (72.66% from 255 or 47.07% from 393); Green value is 147 (57.81% from 255 or 37.40% from 393); Blue value is 61 (24.22% from 255 or 15.52% from 393); Max value from RGB is 185 - color contains mainly: red. Hex color #B9933D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9933D is #466CC2. Grayscale: #949494. Windows color (decimal): -4615363 or 4035513. OLE color: 4035513.

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

Color convert

RGB18514761-
CMYK00.210.670.27
HSL41.61º50.41%48.24%-
HSV(B)41.61º67.03%72.55%-
XYZ31.2831.528.85-
YUV148.5678.59153.99-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.07%
GREEN value IS 147 (57.81% from 255) = 37.40%
BLUE value IS 61 (24.22% from 255) = 15.52%
R=47.07%
G=37.40%
B=15.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851476100.210.670.2741.6150.4148.24
HexB9933D015431B2a3230
Octal2712237502510333526260
Binary1011100110010011111101010101100001111011101010110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9933D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9933D; }

 p { color: rgb(185,147,61); }

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

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

 a { background-color: rgb(185,147,61); }

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

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

 span { border-color: rgb(185,147,61); }

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