#BE9948

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

Shades of Roti #BE9948

Tints of Roti #BE9948

Color information

#BE9948 (or 0xBE9948) is unknown color: approx Roti. HEX triplet: BE, 99 and 48. RGB value is (190,153,72). Sum of RGB (Red+Green+Blue) = 190+153+72=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 153 (60.16% from 255 or 36.87% from 415); Blue value is 72 (28.52% from 255 or 17.35% from 415); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9948 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9948 is #4166B7. Grayscale: #9B9B9B. Windows color (decimal): -4286136 or 4757950. OLE color: 4757950.

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

Color convert

RGB19015372-
CMYK00.190.620.25
HSL41.19º47.58%51.37%-
HSV(B)41.19º62.11%74.51%-
XYZ33.834.210.95-
YUV154.8381.26153.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.78%
GREEN value IS 153 (60.16% from 255) = 36.87%
BLUE value IS 72 (28.52% from 255) = 17.35%
R=45.78%
G=36.87%
B=17.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901537200.190.620.2541.1947.5851.37
HexBE99480133E19293033
Octal2762311100237631516063
Binary1011111010011001100100001001111111011001101001110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9948; }

 p { color: rgb(190,153,72); }

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

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

 a { background-color: rgb(190,153,72); }

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

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

 span { border-color: rgb(190,153,72); }

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