Html Css Color HEX #BE9E3F Roti

📋 copy color: '#BE9E3F'

red 190 ◦ green 158 ◦ blue 63

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

Shades of Roti #BE9E3F

Tints of Roti #BE9E3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.33%

R = 46.23%
G = 38.44%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#BE9E3F (or 0xBE9E3F) is known color: Roti. HEX triplet: BE, 9E and 3F. RGB value is (190,158,63). Sum of RGB (Red+Green+Blue) = 190+158+63=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 158 (62.11% from 255 or 38.44% from 411); Blue value is 63 (25% from 255 or 15.33% from 411); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9E3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9E3F is #4161C0. Grayscale: #9D9D9D. Windows color (decimal): -4284865 or 4169406. OLE color: 4169406.

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

Color convert

RGB 190 158 63 -
CMYK 0 0.17 0.67 0.25
HSL 44.88º 0.5% 0.5% -
HSV(B) 44.88º 0.67% 0.75% -
XYZ 34.36 35.76 9.79 -
YUV 156.74 75.1 151.72 -
System Red Green Blue C M Y K H S L
Decimal 190 158 63 0 0.17 0.67 0.25 44.88 0.5 0.5
Hex BE 9E 3F 0 11 43 19 2D 32 32
Octal 276 236 77 0 21 103 31 55 62 62
Binary 10111110 10011110 111111 0 10001 1000011 11001 101101 110010 110010

Color Harmonies of #BE9E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9E3F

Black with #BE9E3F

Text Example


Text Example

White with #BE9E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9E3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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