Html Css Color HEX #BE9840 Roti

📋 copy color: '#BE9840'

red 190 ◦ green 152 ◦ blue 64

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

Shades of Roti #BE9840

Tints of Roti #BE9840

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.44%

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

R = 46.8%
G = 37.44%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BE9840 (or 0xBE9840) is known color: Roti. HEX triplet: BE, 98 and 40. RGB value is (190,152,64). Sum of RGB (Red+Green+Blue) = 190+152+64=406 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.80% from 406); Green value is 152 (59.77% from 255 or 37.44% from 406); Blue value is 64 (25.39% from 255 or 15.76% from 406); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9840 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9840 is #4167BF. Grayscale: #999999. Windows color (decimal): -4286400 or 4233406. OLE color: 4233406.

HSL color Cylindrical-coordinate representation of color #BE9840: hue angle of 41.9º 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 #BE9840 is Cyan = 0, Magento = 0.2, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 152 64 -
CMYK 0 0.2 0.66 0.25
HSL 41.9º 0.5% 0.5% -
HSV(B) 41.9º 0.66% 0.75% -
XYZ 33.39 33.77 9.61 -
YUV 153.33 77.59 154.16 -
System Red Green Blue C M Y K H S L
Decimal 190 152 64 0 0.2 0.66 0.25 41.9 0.5 0.5
Hex BE 98 40 0 14 42 19 2A 32 32
Octal 276 230 100 0 24 102 31 52 62 62
Binary 10111110 10011000 1000000 0 10100 1000010 11001 101010 110010 110010

Color Harmonies of #BE9840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9840

Black with #BE9840

Text Example


Text Example

White with #BE9840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9840; }

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

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

background-color css

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

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

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

border-color css

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

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

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