Html Css Color HEX #BE9A3E Roti

📋 copy color: '#BE9A3E'

red 190 ◦ green 154 ◦ blue 62

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

Shades of Roti #BE9A3E

Tints of Roti #BE9A3E

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.93%

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

R = 46.8%
G = 37.93%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#BE9A3E (or 0xBE9A3E) is known color: Roti. HEX triplet: BE, 9A and 3E. RGB value is (190,154,62). Sum of RGB (Red+Green+Blue) = 190+154+62=406 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.80% from 406); Green value is 154 (60.55% from 255 or 37.93% from 406); Blue value is 62 (24.61% from 255 or 15.27% from 406); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9A3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9A3E is #4165C1. Grayscale: #9A9A9A. Windows color (decimal): -4285890 or 4102846. OLE color: 4102846.

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

Color convert

RGB 190 154 62 -
CMYK 0 0.19 0.67 0.25
HSL 43.13º 0.51% 0.49% -
HSV(B) 43.13º 0.67% 0.75% -
XYZ 33.66 34.41 9.42 -
YUV 154.28 75.93 153.48 -
System Red Green Blue C M Y K H S L
Decimal 190 154 62 0 0.19 0.67 0.25 43.13 0.51 0.49
Hex BE 9A 3E 0 13 43 19 2B 33 31
Octal 276 232 76 0 23 103 31 53 63 61
Binary 10111110 10011010 111110 0 10011 1000011 11001 101011 110011 110001

Color Harmonies of #BE9A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9A3E

Black with #BE9A3E

Text Example


Text Example

White with #BE9A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9A3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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