#BE9B37

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

Shades of Roti #BE9B37

Tints of Roti #BE9B37

Color information

#BE9B37 (or 0xBE9B37) is unknown color: approx Roti. HEX triplet: BE, 9B and 37. RGB value is (190,155,55). Sum of RGB (Red+Green+Blue) = 190+155+55=400 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.5% from 400); Green value is 155 (60.94% from 255 or 38.75% from 400); Blue value is 55 (21.88% from 255 or 13.75% from 400); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9B37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9B37 is #4164C8. Grayscale: #9A9A9A. Windows color (decimal): -4285641 or 3644350. OLE color: 3644350.

HSL color Cylindrical-coordinate representation of color #BE9B37: hue angle of 44.44º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BE9B37 is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB19015555-
CMYK00.180.710.25
HSL44.44º55.1%48.04%-
HSV(B)44.44º71.05%74.51%-
XYZ33.6534.678.53-
YUV154.0672.1153.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.5%
GREEN value IS 155 (60.94% from 255) = 38.75%
BLUE value IS 55 (21.88% from 255) = 13.75%
R=47.5%
G=38.75%
B=13.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901555500.180.710.2544.4455.148.04
HexBE9B3701247192c3730
Octal2762336702210731546760
Binary1011111010011011110111010010100011111001101100110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9B37; }

 p { color: rgb(190,155,55); }

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

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

 a { background-color: rgb(190,155,55); }

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

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

 span { border-color: rgb(190,155,55); }

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