Html Css Color HEX #BE9E41 Roti

📋 copy color: '#BE9E41'

red 190 ◦ green 158 ◦ blue 65

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

Shades of Roti #BE9E41

Tints of Roti #BE9E41

RGB

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

 GREEN value IS 158 (62.11% from 255) = 38.26%

 BLUE value IS 65 (25.78% from 255) = 15.74%

R = 46%
G = 38.26%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BE9E41 (or 0xBE9E41) is known color: Roti. HEX triplet: BE, 9E and 41. RGB value is (190,158,65). Sum of RGB (Red+Green+Blue) = 190+158+65=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 158 (62.11% from 255 or 38.26% from 413); Blue value is 65 (25.78% from 255 or 15.74% from 413); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9E41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9E41 is #4161BE. Grayscale: #9D9D9D. Windows color (decimal): -4284863 or 4300478. OLE color: 4300478.

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

Color convert

RGB 190 158 65 -
CMYK 0 0.17 0.66 0.25
HSL 44.64º 0.49% 0.5% -
HSV(B) 44.64º 0.66% 0.75% -
XYZ 34.42 35.78 10.09 -
YUV 156.97 76.1 151.56 -
System Red Green Blue C M Y K H S L
Decimal 190 158 65 0 0.17 0.66 0.25 44.64 0.49 0.5
Hex BE 9E 41 0 11 42 19 2D 31 32
Octal 276 236 101 0 21 102 31 55 61 62
Binary 10111110 10011110 1000001 0 10001 1000010 11001 101101 110001 110010

Color Harmonies of #BE9E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9E41

Black with #BE9E41

Text Example


Text Example

White with #BE9E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9E41; }

 p { color: rgb(190,158,65); }

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

background-color css

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

 a { background-color: rgb(190,158,65); }

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

border-color css

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

 span { border-color: rgb(190,158,65); }

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