Html Css Color HEX #BE9F41 Roti

📋 copy color: '#BE9F41'

red 190 ◦ green 159 ◦ blue 65

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

Shades of Roti #BE9F41

Tints of Roti #BE9F41

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.41%

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

R = 45.89%
G = 38.41%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BE9F41 (or 0xBE9F41) is known color: Roti. HEX triplet: BE, 9F and 41. RGB value is (190,159,65). Sum of RGB (Red+Green+Blue) = 190+159+65=414 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.89% from 414); Green value is 159 (62.5% from 255 or 38.41% from 414); Blue value is 65 (25.78% from 255 or 15.70% from 414); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9F41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9F41 is #4160BE. Grayscale: #9D9D9D. Windows color (decimal): -4284607 or 4300734. OLE color: 4300734.

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

Color convert

RGB 190 159 65 -
CMYK 0 0.16 0.66 0.25
HSL 45.12º 0.49% 0.5% -
HSV(B) 45.12º 0.66% 0.75% -
XYZ 34.59 36.13 10.15 -
YUV 157.55 75.77 151.14 -
System Red Green Blue C M Y K H S L
Decimal 190 159 65 0 0.16 0.66 0.25 45.12 0.49 0.5
Hex BE 9F 41 0 10 42 19 2D 31 32
Octal 276 237 101 0 20 102 31 55 61 62
Binary 10111110 10011111 1000001 0 10000 1000010 11001 101101 110001 110010

Color Harmonies of #BE9F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9F41

Black with #BE9F41

Text Example


Text Example

White with #BE9F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9F41; }

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

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

background-color css

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

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

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

border-color css

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

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

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