Html Css Color HEX #BE9E3E Roti

📋 copy color: '#BE9E3E'

red 190 ◦ green 158 ◦ blue 62

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

Shades of Roti #BE9E3E

Tints of Roti #BE9E3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.12%

R = 46.34%
G = 38.54%
B = 15.12%

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

#BE9E3E (or 0xBE9E3E) is known color: Roti. HEX triplet: BE, 9E and 3E. RGB value is (190,158,62). Sum of RGB (Red+Green+Blue) = 190+158+62=410 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.34% from 410); Green value is 158 (62.11% from 255 or 38.54% from 410); Blue value is 62 (24.61% from 255 or 15.12% from 410); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9E3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9E3E is #4161C1. Grayscale: #9D9D9D. Windows color (decimal): -4284866 or 4103870. OLE color: 4103870.

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

Color convert

RGB 190 158 62 -
CMYK 0 0.17 0.67 0.25
HSL 45º 0.51% 0.49% -
HSV(B) 45º 0.67% 0.75% -
XYZ 34.33 35.75 9.65 -
YUV 156.62 74.6 151.81 -
System Red Green Blue C M Y K H S L
Decimal 190 158 62 0 0.17 0.67 0.25 45 0.51 0.49
Hex BE 9E 3E 0 11 43 19 2D 33 31
Octal 276 236 76 0 21 103 31 55 63 61
Binary 10111110 10011110 111110 0 10001 1000011 11001 101101 110011 110001

Color Harmonies of #BE9E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9E3E

Black with #BE9E3E

Text Example


Text Example

White with #BE9E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9E3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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