Html Css Color HEX #BE9640 Roti

📋 copy color: '#BE9640'

red 190 ◦ green 150 ◦ blue 64

#BE9640
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Roti #BE9640

Tints of Roti #BE9640

RGB

 RED value IS 190 (74.61% from 255) = 47.03%

 GREEN value IS 150 (58.98% from 255) = 37.13%

 BLUE value IS 64 (25.39% from 255) = 15.84%

R = 47.03%
G = 37.13%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BE9640 (or 0xBE9640) is known color: Roti. HEX triplet: BE, 96 and 40. RGB value is (190,150,64). Sum of RGB (Red+Green+Blue) = 190+150+64=404 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.03% from 404); Green value is 150 (58.98% from 255 or 37.13% from 404); Blue value is 64 (25.39% from 255 or 15.84% from 404); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9640 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9640 is #4169BF. Grayscale: #989898. Windows color (decimal): -4286912 or 4232894. OLE color: 4232894.

HSL color Cylindrical-coordinate representation of color #BE9640: hue angle of 40.95º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BE9640 is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 150 64 -
CMYK 0 0.21 0.66 0.25
HSL 40.95º 0.5% 0.5% -
HSV(B) 40.95º 0.66% 0.75% -
XYZ 33.07 33.13 9.5 -
YUV 152.16 78.25 154.99 -
System Red Green Blue C M Y K H S L
Decimal 190 150 64 0 0.21 0.66 0.25 40.95 0.5 0.5
Hex BE 96 40 0 15 42 19 29 32 32
Octal 276 226 100 0 25 102 31 51 62 62
Binary 10111110 10010110 1000000 0 10101 1000010 11001 101001 110010 110010

Color Harmonies of #BE9640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9640

Black with #BE9640

Text Example


Text Example

White with #BE9640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9640; }

 p { color: rgb(190,150,64); }

 H1.HeaderClassName
 {
   color: #BE9640;
 }
 .AnyTagClassName
 {
   color: #BE9640;
 }
</style>

background-color css

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

 a { background-color: rgb(190,150,64); }

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

border-color css

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

 span { border-color: rgb(190,150,64); }

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