#BE9B45

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

Shades of Roti #BE9B45

Tints of Roti #BE9B45

Color information

#BE9B45 (or 0xBE9B45) is unknown color: approx Roti. HEX triplet: BE, 9B and 45. RGB value is (190,155,69). Sum of RGB (Red+Green+Blue) = 190+155+69=414 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.89% from 414); Green value is 155 (60.94% from 255 or 37.44% from 414); Blue value is 69 (27.34% from 255 or 16.67% from 414); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9B45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9B45 is #4164BA. Grayscale: #9C9C9C. Windows color (decimal): -4285627 or 4561854. OLE color: 4561854.

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

Color convert

RGB19015569-
CMYK00.180.640.25
HSL42.64º48.21%50.78%-
HSV(B)42.64º63.68%74.51%-
XYZ34.0334.8210.56-
YUV155.6679.1152.49-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.89%
GREEN value IS 155 (60.94% from 255) = 37.44%
BLUE value IS 69 (27.34% from 255) = 16.67%
R=45.89%
G=37.44%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901556900.180.640.2542.6448.2150.78
HexBE9B4501240192b3033
Octal27623310502210031536063
Binary10111110100110111000101010010100000011001101011110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9B45; }

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

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

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

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

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

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

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

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